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

matthew_swift
23.26.2007 feb5d90ec016c99712f19c5485cf7633cd38f111
opends/src/server/org/opends/server/plugins/EntryUUIDPlugin.java
@@ -36,11 +36,11 @@
import java.util.Set;
import java.util.UUID;
import org.opends.server.admin.std.server.PluginCfg;
import org.opends.server.api.plugin.DirectoryServerPlugin;
import org.opends.server.api.plugin.LDIFPluginResult;
import org.opends.server.api.plugin.PluginType;
import org.opends.server.api.plugin.PreOperationPluginResult;
import org.opends.server.config.ConfigEntry;
import org.opends.server.config.ConfigException;
import org.opends.server.types.Attribute;
import org.opends.server.types.AttributeType;
@@ -68,11 +68,8 @@
 * will have identical entryUUID values.
 */
public final class EntryUUIDPlugin
       extends DirectoryServerPlugin
       extends DirectoryServerPlugin<PluginCfg>
{
  /**
   * The name of the entryUUID attribute type.
   */
@@ -96,7 +93,6 @@
    super();
    // Get the entryUUID attribute type.  This needs to be done in the
    // constructor in order to make the associated variables "final".
    AttributeType at = DirectoryConfig.getAttributeType(ENTRYUUID,
@@ -126,7 +122,7 @@
   */
  @Override()
  public final void initializePlugin(Set<PluginType> pluginTypes,
                                     ConfigEntry configEntry)
                                     PluginCfg configuration)
         throws ConfigException
  {
    // Make sure that the plugin has been enabled for the appropriate types.