From 766fe7acb128a50c79baede6192d4e18a9eef17e Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Wed, 13 Feb 2013 23:44:11 +0000
Subject: [PATCH] Partial fix for OPENDJ-758 : Implement configurable update policy for simple and default mappers

---
 opendj-sdk/opendj3/opendj-rest2ldap/src/main/java/org/forgerock/opendj/rest2ldap/MVCCStrategy.java |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/opendj-sdk/opendj3/opendj-rest2ldap/src/main/java/org/forgerock/opendj/rest2ldap/MVCCStrategy.java b/opendj-sdk/opendj3/opendj-rest2ldap/src/main/java/org/forgerock/opendj/rest2ldap/MVCCStrategy.java
index 944bce5..5e33383 100644
--- a/opendj-sdk/opendj3/opendj-rest2ldap/src/main/java/org/forgerock/opendj/rest2ldap/MVCCStrategy.java
+++ b/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);
+
 }

--
Gitblit v1.10.0