mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

abobrov
09.28.2007 6e4f8ca34939a5b21c92f9831cfcfdf1d8f366c1
fix incorrect eol-style warning message and comment.
1 files modified
4 ■■■■ changed files
opends/src/build-tools/org/opends/build/tools/CheckPrecommit.java 4 ●●●● patch | view | raw | blame | history
opends/src/build-tools/org/opends/build/tools/CheckPrecommit.java
@@ -78,7 +78,7 @@
  /**
   * The name of the system property that may be used to prevent copyright date
   * The name of the system property that may be used to prevent svn eol-style
   * problems from failing the build.
   */
  public static final String IGNORE_EOLSTYLE_ERRORS_PROPERTY =
@@ -200,7 +200,7 @@
      System.err.println("Fix svn:eol-style problems before proceeding, or " +
                         "use '-D" + IGNORE_EOLSTYLE_ERRORS_PROPERTY +
                         "=true' to ignore copyright warnings.");
                         "=true' to ignore svn eol-style warnings.");
    }
    if (! copyrightProblemFiles.isEmpty())