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

boli
18.44.2008 35a408038c1de64a6f13f0e7b246a645e9945e3c
opends/src/server/org/opends/server/core/WorkflowImpl.java
@@ -33,10 +33,7 @@
import java.util.Collection;
import java.util.TreeMap;
import org.opends.server.types.DN;
import org.opends.server.types.DirectoryException;
import org.opends.server.types.Operation;
import org.opends.server.types.ResultCode;
import org.opends.server.types.*;
import org.opends.server.workflowelement.WorkflowElement;
@@ -159,11 +156,11 @@
   * operation.
   *
   * @param operation  the operation to execute
   *
   * @throws CanceledOperationException if this operation should
   * be cancelled.
   */
  public void execute(
      Operation operation
      )
  {
  public void execute(Operation operation) throws CanceledOperationException {
    rootWorkflowElement.execute(operation);
  }