mrb/fixture_code_base

View on GitHub
src/main/java/AnotherLibrary.java

Summary

Maintainability
A
0 mins
Test Coverage
import org.slf4j.Logger;
/*
 * This Java source file was auto generated by running 'gradle buildInit --type java-library'
 * by 'skailasam' at '8/14/15 4:15 PM' with Gradle 2.5
 *
 * @author skailasam, @date 8/14/15 4:15 PM
 */
public class AnotherLibrary {
    /** Single line java doc to check our checkstyle plugin **/
    public boolean someLibraryMethod() {
        return true;
    }
}