Browse Source

move checkstyle rule back where it belongs

master
Stefan Bodewig 7 years ago
parent
commit
c8b7af521e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/compilers/DefaultCompilerAdapter.java

+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/compilers/DefaultCompilerAdapter.java View File

@@ -64,6 +64,7 @@ public abstract class DefaultCompilerAdapter
//must keep for subclass BC, though unused:
// CheckStyle:ConstantNameCheck OFF - bc
protected static final String lSep = StringUtils.LINE_SEP;
// CheckStyle:ConstantNameCheck ON

protected Path src;
protected File destDir;
@@ -92,7 +93,6 @@ public abstract class DefaultCompilerAdapter
protected File[] compileList;
protected Javac attributes;

// CheckStyle:ConstantNameCheck ON
// CheckStyle:VisibilityModifier ON

/**


Loading…
Cancel
Save