[409268] - [Pivot] Undesired custom implementation at VarParameterImpl
- Removing accidental typo
diff --git a/examples/org.eclipse.qvto.examples.pivot.qvtoperational/emf-gen/org/eclipse/qvto/examples/pivot/qvtoperational/impl/VarParameterImpl.java b/examples/org.eclipse.qvto.examples.pivot.qvtoperational/emf-gen/org/eclipse/qvto/examples/pivot/qvtoperational/impl/VarParameterImpl.java
index 2e1ce69..71617c3 100644
--- a/examples/org.eclipse.qvto.examples.pivot.qvtoperational/emf-gen/org/eclipse/qvto/examples/pivot/qvtoperational/impl/VarParameterImpl.java
+++ b/examples/org.eclipse.qvto.examples.pivot.qvtoperational/emf-gen/org/eclipse/qvto/examples/pivot/qvtoperational/impl/VarParameterImpl.java
@@ -560,7 +560,7 @@
 	
 	// FIXME copied from TypedMultiplicityElementImpl. See bug 409268
 	public boolean isMany() {
-		Type type = getType();,
+		Type type = getType();
 		if (type instanceof CollectionType) {
 			CollectionType collectionType = (CollectionType)type;
 			IntegerValue upperValue = collectionType.getUpperValue();