Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.ats/src/org/eclipse/osee/ats/workflow/editor/wizard/NewWorkflowConfigPage1.java')
-rw-r--r--plugins/org.eclipse.osee.ats/src/org/eclipse/osee/ats/workflow/editor/wizard/NewWorkflowConfigPage1.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/org.eclipse.osee.ats/src/org/eclipse/osee/ats/workflow/editor/wizard/NewWorkflowConfigPage1.java b/plugins/org.eclipse.osee.ats/src/org/eclipse/osee/ats/workflow/editor/wizard/NewWorkflowConfigPage1.java
index b24ffc8ea92..86769697fbe 100644
--- a/plugins/org.eclipse.osee.ats/src/org/eclipse/osee/ats/workflow/editor/wizard/NewWorkflowConfigPage1.java
+++ b/plugins/org.eclipse.osee.ats/src/org/eclipse/osee/ats/workflow/editor/wizard/NewWorkflowConfigPage1.java
@@ -33,9 +33,6 @@ import org.eclipse.swt.widgets.Composite;
public class NewWorkflowConfigPage1 extends WizardPage {
private WorkPage page;
- /**
- * @param actionWizard
- */
public NewWorkflowConfigPage1(AtsWorkflowConfigCreationWizard actionWizard) {
super("Create new ATS Workflow Configuration", "Create ATS Workflow Configuration", null);
setMessage("Enter workflow namespace.");

Back to the top