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

Jean-Noel Rouvignac
16.35.2014 66f20de399b32a77f00360ed80d9d1f0573295e0
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)