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

Mark Craig
10.06.2014 4f513e748c156c845055e93517ffd823f021f615
Fix log-ref build break

Thanks, Nicolas
1 files modified
5 ■■■■■ changed files
opendj3-server-dev/src/build-tools/org/opends/build/tools/GenerateMessageFile.java 5 ●●●●● patch | view | raw | blame | history
opendj3-server-dev/src/build-tools/org/opends/build/tools/GenerateMessageFile.java
@@ -983,9 +983,8 @@
            }
            if (writeLogRef) {
              // Document only FATAL_ERROR and SEVERE_ERROR messages.
              if (s.name().equalsIgnoreCase("FATAL_ERROR")
                  || s.name().equalsIgnoreCase("SEVERE_ERROR")) {
              // Document only ERROR messages.
              if (s.name().equalsIgnoreCase("ERROR")) {
                MessageRefEntry entry =
                        new MessageRefEntry(
                                key.toString(),