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

Matthew Swift
14.44.2013 766fe7acb128a50c79baede6192d4e18a9eef17e
opendj-sdk/opendj3/opendj-rest2ldap/src/main/java/org/forgerock/opendj/rest2ldap/MVCCStrategy.java
@@ -35,17 +35,6 @@
    }
    /**
     * Retrieves the revision value (etag) from the provided LDAP entry.
     *
     * @param c
     *            The context.
     * @param entry
     *            The LDAP entry.
     * @return The revision value.
     */
    abstract String getRevisionFromEntry(Context c, Entry entry);
    /**
     * Adds the name of any LDAP attribute required by this MVCC strategy to the
     * provided set.
     *
@@ -57,4 +46,15 @@
     */
    abstract void getLDAPAttributes(Context c, Set<String> ldapAttributes);
    /**
     * Retrieves the revision value (etag) from the provided LDAP entry.
     *
     * @param c
     *            The context.
     * @param entry
     *            The LDAP entry.
     * @return The revision value.
     */
    abstract String getRevisionFromEntry(Context c, Entry entry);
}