Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/alf/org.eclipse.papyrus.alf/src-gen/org/eclipse/papyrus/alf/alf/NullExpression.java')
-rw-r--r--extraplugins/alf/org.eclipse.papyrus.alf/src-gen/org/eclipse/papyrus/alf/alf/NullExpression.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/extraplugins/alf/org.eclipse.papyrus.alf/src-gen/org/eclipse/papyrus/alf/alf/NullExpression.java b/extraplugins/alf/org.eclipse.papyrus.alf/src-gen/org/eclipse/papyrus/alf/alf/NullExpression.java
index c1678ca37b3..87f82fb9462 100644
--- a/extraplugins/alf/org.eclipse.papyrus.alf/src-gen/org/eclipse/papyrus/alf/alf/NullExpression.java
+++ b/extraplugins/alf/org.eclipse.papyrus.alf/src-gen/org/eclipse/papyrus/alf/alf/NullExpression.java
@@ -2,7 +2,7 @@
* <copyright>
* </copyright>
*
-
+ * $Id$
*/
package org.eclipse.papyrus.alf.alf;
@@ -17,6 +17,5 @@ package org.eclipse.papyrus.alf.alf;
* @model
* @generated
*/
-public interface NullExpression extends ValueSpecification
-{
+public interface NullExpression extends ValueSpecification {
} // NullExpression

Back to the top