From eb4855e3f510e32c6034710868ef87e67081f921 Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Fri, 17 Apr 2015 08:54:33 +0000
Subject: [PATCH] OPENDJ-1714 Change FIXME comment to annotation

---
 opendj-server-legacy/src/main/java/org/opends/server/tools/ConfigureDS.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opendj-server-legacy/src/main/java/org/opends/server/tools/ConfigureDS.java b/opendj-server-legacy/src/main/java/org/opends/server/tools/ConfigureDS.java
index 7b19471..2779e9e 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/tools/ConfigureDS.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/tools/ConfigureDS.java
@@ -77,6 +77,7 @@
 import org.opends.server.admin.StringPropertyDefinition;
 import org.opends.server.admin.std.meta.CryptoManagerCfgDefn;
 import org.opends.server.api.ConfigHandler;
+import org.opends.server.backends.jeb.RemoveOnceLocalDBBackendIsPluggable;
 import org.opends.server.config.BooleanConfigAttribute;
 import org.opends.server.config.ConfigEntry;
 import org.opends.server.config.DNConfigAttribute;
@@ -834,7 +835,6 @@
       backendCfgClient.setWritabilityMode(WritabilityMode.ENABLED);
       backendCfgClient.commit();
 
-      //FIXME: Remove once local-db backend will be pluggable.
       if (backend instanceof LocalDBBackendCfgDefn)
       {
         addJEIndexes((LocalDBBackendCfgClient) backendCfgClient);
@@ -864,7 +864,7 @@
     }
   }
 
-  // FIXME: Remove once local-db backend will be pluggable.
+  @RemoveOnceLocalDBBackendIsPluggable
   private void addJEIndexes(final LocalDBBackendCfgClient jeBackendCfgClient) throws Exception
   {
     for (DefaultIndex defaultIndex : DEFAULT_INDEXES)

--
Gitblit v1.10.0