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

Jean-Noel Rouvignac
24.41.2015 e7cac727a9231ff3602e61a4ea678e0463eb0e39
opendj-server-legacy/src/main/java/org/opends/server/api/plugin/InternalDirectoryServerPlugin.java
@@ -22,13 +22,10 @@
 *
 *
 *      Copyright 2009 Sun Microsystems, Inc.
 *      Portions Copyright 2014 ForgeRock AS
 *      Portions Copyright 2014-2015 ForgeRock AS
 */
package org.opends.server.api.plugin;
import java.util.List;
import java.util.Set;
@@ -38,8 +35,6 @@
import org.opends.server.types.DN;
import org.opends.server.types.InitializationException;
/**
 * An internal directory server plugin which can be registered with
 * the server without requiring any associated configuration.
@@ -71,9 +66,7 @@
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  public final void initializePlugin(Set<PluginType> pluginTypes,
      PluginCfg configuration) throws ConfigException,
      InitializationException
@@ -83,9 +76,7 @@
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  public final boolean isConfigurationAcceptable(
      PluginCfg configuration, List<LocalizableMessage> unacceptableReasons)
  {