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

Jean-Noël Rouvignac
01.41.2015 ad41085e4ca8a32e29d443591069ec4e94e65067
opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/RootContainer.java
@@ -436,16 +436,12 @@
    return new EntryID(nextEntryID.getAndIncrement());
  }
  /**
   * Resets the next entry ID counter to zero. This should only be used after
   * clearing all trees.
   */
  /** Resets the next entry ID counter to zero. This should only be used after clearing all trees. */
  public void resetNextEntryID()
  {
    nextEntryID.set(1);
  }
  /** {@inheritDoc} */
  @Override
  public boolean isConfigurationChangeAcceptable(PluggableBackendCfg configuration,
      List<LocalizableMessage> unacceptableReasons)
@@ -454,7 +450,6 @@
    return true;
  }
  /** {@inheritDoc} */
  @Override
  public ConfigChangeResult applyConfigurationChange(PluggableBackendCfg configuration)
  {