Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.ats/src/org/eclipse/osee/ats/artifact/SmaWorkflowLabelProvider.java')
-rw-r--r--plugins/org.eclipse.osee.ats/src/org/eclipse/osee/ats/artifact/SmaWorkflowLabelProvider.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/org.eclipse.osee.ats/src/org/eclipse/osee/ats/artifact/SmaWorkflowLabelProvider.java b/plugins/org.eclipse.osee.ats/src/org/eclipse/osee/ats/artifact/SmaWorkflowLabelProvider.java
index 528d0e64ae2..d3178e6909c 100644
--- a/plugins/org.eclipse.osee.ats/src/org/eclipse/osee/ats/artifact/SmaWorkflowLabelProvider.java
+++ b/plugins/org.eclipse.osee.ats/src/org/eclipse/osee/ats/artifact/SmaWorkflowLabelProvider.java
@@ -15,10 +15,6 @@ package org.eclipse.osee.ats.artifact;
*/
public class SmaWorkflowLabelProvider extends TeamWorkflowLabelProvider {
- public SmaWorkflowLabelProvider() {
- super();
- }
-
@Override
public String getText(Object element) {
if (element instanceof TeamWorkFlowArtifact) {

Back to the top