From c9c5f1526809a1f7f59671acc30d58a209061b0e Mon Sep 17 00:00:00 2001 From: Johannes Eder <eder@fortiss.org> Date: Fri, 18 Mar 2016 13:08:29 +0000 Subject: [PATCH] changed DataPoint<?> to DataPoint<Object> in DataSet refs 2489 --- org.fortiss.tooling.base/trunk/model/base.ecore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.fortiss.tooling.base/trunk/model/base.ecore b/org.fortiss.tooling.base/trunk/model/base.ecore index 9b207036c..4328cae32 100644 --- a/org.fortiss.tooling.base/trunk/model/base.ecore +++ b/org.fortiss.tooling.base/trunk/model/base.ecore @@ -463,7 +463,7 @@ <eStructuralFeatures xsi:type="ecore:EReference" name="points" lowerBound="1" upperBound="-1" containment="true"> <eGenericType eClassifier="#//visualization/DataPoint"> - <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> + <eTypeArguments/> </eGenericType> </eStructuralFeatures> </eClassifiers> -- GitLab