Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/alf/org.eclipse.papyrus.alf/src/org/eclipse/papyrus/alf/syntax/units/TaggedValue.java')
-rw-r--r--extraplugins/alf/org.eclipse.papyrus.alf/src/org/eclipse/papyrus/alf/syntax/units/TaggedValue.java12
1 files changed, 0 insertions, 12 deletions
diff --git a/extraplugins/alf/org.eclipse.papyrus.alf/src/org/eclipse/papyrus/alf/syntax/units/TaggedValue.java b/extraplugins/alf/org.eclipse.papyrus.alf/src/org/eclipse/papyrus/alf/syntax/units/TaggedValue.java
deleted file mode 100644
index d47a941f2ef..00000000000
--- a/extraplugins/alf/org.eclipse.papyrus.alf/src/org/eclipse/papyrus/alf/syntax/units/TaggedValue.java
+++ /dev/null
@@ -1,12 +0,0 @@
-package org.eclipse.papyrus.alf.syntax.units;
-
-import org.eclipse.papyrus.alf.syntax.common.SyntaxElement;
-
-public class TaggedValue extends SyntaxElement {
-
- // Synthesized Properties
- public String name ;
- public String operator ;
- public String value ;
-
-}

Back to the top