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

Matthew Swift
21.55.2013 2a98df5779f11957712ea3b7a7a10a07f51558ba
opendj3/opendj-rest2ldap/src/main/java/org/forgerock/opendj/rest2ldap/ReadOnUpdatePolicy.java
@@ -35,7 +35,7 @@
     * state of the resource at the time the update was performed. This policy
     * requires that the LDAP server supports RFC 4527.
     */
    USE_READ_ENTRY_CONTROLS,
    CONTROLS,
    /**
     * The LDAP entry will be read non-atomically using an LDAP search when an
@@ -44,5 +44,5 @@
     * may not reflect the state of the resource at the time the update was
     * performed.
     */
    USE_SEARCH;
    SEARCH;
}