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

neil_a_wilson
25.40.2007 44aad3f84d2a820094f3b5e73722778edc8c23f5
opends/src/server/org/opends/server/api/ExtendedOperationHandler.java
@@ -50,14 +50,14 @@
public abstract class
     ExtendedOperationHandler<T extends ExtendedOperationHandlerCfg>
{
  /**
   * The default set of supported control OIDs for this extended
   * operation.
   */
  protected Set<String> supportedControlOIDs = new HashSet<String>(0);
  /**
   * The default set of supported feature OIDs for this extended
   * operation.
@@ -85,8 +85,7 @@
   *                                   not related to the server
   *                                   configuration.
   */
  public abstract void
       initializeExtendedOperationHandler(T config)
  public abstract void initializeExtendedOperationHandler(T config)
         throws ConfigException, InitializationException;