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

jdemendi
08.57.2007 58a50508676500a29b29075f66e454b113a08791
opends/src/server/org/opends/server/workflowelement/LeafWorkflowElement.java
@@ -36,5 +36,14 @@
public abstract class LeafWorkflowElement
  extends WorkflowElement
{
  // Empty at the moment.
  /**
   * Creates a new instance of the leaf workflow element.
   *
   * @param workflowElementID  the workflow element identifier as defined
   *                           in the configuration.
   */
  protected LeafWorkflowElement(String workflowElementID)
  {
    super(workflowElementID);
  }
}