opendj3-server-dev/src/server/org/opends/server/backends/pluggable/ID2SIndexer.java
@@ -33,8 +33,6 @@ import org.opends.server.types.Entry; import org.opends.server.types.Modification; /** * Implementation of an Indexer for the subtree index. */ @@ -75,14 +73,6 @@ /** {@inheritDoc} */ @Override public void replaceEntry(Entry oldEntry, Entry newEntry, Map<ByteString, Boolean> modifiedKeys, IndexingOptions options) { // Nothing to do. } /** {@inheritDoc} */ @Override public void modifyEntry(Entry oldEntry, Entry newEntry, List<Modification> mods, Map<ByteString, Boolean> modifiedKeys, IndexingOptions options)