Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.osbp.xtext.datainterchange/emf-gen/org/eclipse/osbp/xtext/datainterchange/DataInterchangeEntityExpression.java')
-rw-r--r--org.eclipse.osbp.xtext.datainterchange/emf-gen/org/eclipse/osbp/xtext/datainterchange/DataInterchangeEntityExpression.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.osbp.xtext.datainterchange/emf-gen/org/eclipse/osbp/xtext/datainterchange/DataInterchangeEntityExpression.java b/org.eclipse.osbp.xtext.datainterchange/emf-gen/org/eclipse/osbp/xtext/datainterchange/DataInterchangeEntityExpression.java
index 70ee73a..83fcf23 100644
--- a/org.eclipse.osbp.xtext.datainterchange/emf-gen/org/eclipse/osbp/xtext/datainterchange/DataInterchangeEntityExpression.java
+++ b/org.eclipse.osbp.xtext.datainterchange/emf-gen/org/eclipse/osbp/xtext/datainterchange/DataInterchangeEntityExpression.java
@@ -8,7 +8,7 @@
* Based on ideas from Xtext, Xtend, Xcore
*
* Contributors{
- * Christophe Loetz (Loetz GmbH&Co.KG) - Initial implementation
+ * Joerg Riegel - Initial implementation
*
*/
package org.eclipse.osbp.xtext.datainterchange;
@@ -23,11 +23,11 @@ import org.eclipse.osbp.dsl.semantic.entity.LEntityAttribute;
*
* <p>
* The following features are supported:
+ * </p>
* <ul>
* <li>{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeEntityExpression#getEntity <em>Entity</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangeEntityExpression#getProperty <em>Property</em>}</li>
* </ul>
- * </p>
*
* @see org.eclipse.osbp.xtext.datainterchange.DataDSLPackage#getDataInterchangeEntityExpression()
* @model

Back to the top