From c24f62f57922da62b47d9da3e59cc80328408242 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Fri, 12 Dec 2014 15:16:22 +0000
Subject: [PATCH] Cleanup work before committing a new version of the pluggable storage backend.

---
 opendj3-server-dev/src/server/org/opends/server/backends/pluggable/SuffixContainer.java |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/opendj3-server-dev/src/server/org/opends/server/backends/pluggable/SuffixContainer.java b/opendj3-server-dev/src/server/org/opends/server/backends/pluggable/SuffixContainer.java
index d566e57..9f92e16 100644
--- a/opendj3-server-dev/src/server/org/opends/server/backends/pluggable/SuffixContainer.java
+++ b/opendj3-server-dev/src/server/org/opends/server/backends/pluggable/SuffixContainer.java
@@ -26,7 +26,6 @@
 
 import java.io.Closeable;
 
-import org.opends.server.backends.jeb.EntryID;
 import org.opends.server.types.DN;
 import org.opends.server.types.DirectoryException;
 import org.opends.server.types.Entry;
@@ -86,15 +85,4 @@
    *         count not be determined
    */
   long getEntryCount();
-
-  /**
-   * Returns the entry corresponding to the provided entryID.
-   *
-   * @param entryID
-   *          the id of the entry to retrieve
-   * @return the entry corresponding to the provided entryID
-   * @throws DirectoryException
-   *           If an error occurs retrieving the entry
-   */
-  Entry getEntry(EntryID entryID) throws DirectoryException;
 }

--
Gitblit v1.10.0