Minor cleanups
This commit is contained in:
parent
2fd73691c2
commit
11476127f0
2 changed files with 3 additions and 1 deletions
|
@ -26,6 +26,9 @@ public enum OutputFormat {
|
||||||
|
|
||||||
public final String label;
|
public final String label;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Sets the label of this output format.
|
||||||
|
*/
|
||||||
OutputFormat(String label) {
|
OutputFormat(String label) {
|
||||||
this.label = label;
|
this.label = label;
|
||||||
}
|
}
|
||||||
|
|
|
@ -38,7 +38,6 @@ import java.util.logging.Logger;
|
||||||
import static org.assertj.core.api.Assertions.assertThat;
|
import static org.assertj.core.api.Assertions.assertThat;
|
||||||
import static org.assertj.core.api.Assertions.assertThatCode;
|
import static org.assertj.core.api.Assertions.assertThatCode;
|
||||||
|
|
||||||
|
|
||||||
class CheckstyleOperationTest {
|
class CheckstyleOperationTest {
|
||||||
public static final String SRC_MAIN_JAVA = "src/main/java";
|
public static final String SRC_MAIN_JAVA = "src/main/java";
|
||||||
public static final String SRC_TEST_JAVA = "src/test/java";
|
public static final String SRC_TEST_JAVA = "src/test/java";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue