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

Jean-Noel Rouvignac
18.37.2014 1bc77861cb1360249362fd922abbc49bc7223869
Fixed checkstyle error.
1 files modified
2 ■■■ changed files
opendj-core/src/main/java/org/forgerock/opendj/ldap/ResultCode.java 2 ●●● patch | view | raw | blame | history
opendj-core/src/main/java/org/forgerock/opendj/ldap/ResultCode.java
@@ -204,7 +204,7 @@
     * not yet been determined.
     * <p>
     * Despite not being a standard result code, it is an implementation of the
     * null object design pattern for this type.
     * null object design pattern for this type.
     */
    public static final ResultCode UNDEFINED = registerErrorResultCode(-1,
            INFO_RESULT_UNDEFINED.get(), Enum.UNDEFINED);