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

Matthew Swift
17.57.2013 8197310a614e901d6032262f7564bb0b1a9c8658
OLC: fix typo in previous commit.
1 files modified
2 ■■■ changed files
opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/ResultCode.java 2 ●●● patch | view | raw | blame | history
opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/ResultCode.java
@@ -200,7 +200,7 @@
     * because it referenced an attribute that is not defined in the server
     * schema.
     * <p>
     * This result code corresponds to the LDAP result code value of {@code 15}.
     * This result code corresponds to the LDAP result code value of {@code 17}.
     */
    public static final ResultCode UNDEFINED_ATTRIBUTE_TYPE = registerErrorResultCode(17,
            INFO_RESULT_UNDEFINED_ATTRIBUTE_TYPE.get());