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/DataInterchangePackage.java')
-rw-r--r--org.eclipse.osbp.xtext.datainterchange/emf-gen/org/eclipse/osbp/xtext/datainterchange/DataInterchangePackage.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.osbp.xtext.datainterchange/emf-gen/org/eclipse/osbp/xtext/datainterchange/DataInterchangePackage.java b/org.eclipse.osbp.xtext.datainterchange/emf-gen/org/eclipse/osbp/xtext/datainterchange/DataInterchangePackage.java
index 28b731f..3e09fe9 100644
--- a/org.eclipse.osbp.xtext.datainterchange/emf-gen/org/eclipse/osbp/xtext/datainterchange/DataInterchangePackage.java
+++ b/org.eclipse.osbp.xtext.datainterchange/emf-gen/org/eclipse/osbp/xtext/datainterchange/DataInterchangePackage.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;
@@ -24,11 +24,11 @@ import org.eclipse.osbp.dsl.semantic.common.types.LPackage;
*
* <p>
* The following features are supported:
+ * </p>
* <ul>
* <li>{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangePackage#getTitle <em>Title</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.datainterchange.DataInterchangePackage#getDatInts <em>Dat Ints</em>}</li>
* </ul>
- * </p>
*
* @see org.eclipse.osbp.xtext.datainterchange.DataDSLPackage#getDataInterchangePackage()
* @model

Back to the top