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

Jean-Noel Rouvignac
08.16.2014 716ff091f474a7694027a26eb6f82828d5d71b02
opendj3-server-dev/src/server/org/opends/server/backends/jeb/NullIndex.java
@@ -145,10 +145,10 @@
  /** {@inheritDoc} */
  @Override
  public boolean addEntry(IndexBuffer buffer, EntryID entryID, Entry entry, IndexingOptions options)
  public void addEntry(IndexBuffer buffer, EntryID entryID, Entry entry, IndexingOptions options)
      throws DatabaseException, DirectoryException
  {
    return true;
    // Do nothing.
  }
  /** {@inheritDoc} */