Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/views/properties/org.eclipse.papyrus.views.properties/src-gen/org/eclipse/papyrus/views/properties/root/PropertiesRoot.java')
-rw-r--r--plugins/views/properties/org.eclipse.papyrus.views.properties/src-gen/org/eclipse/papyrus/views/properties/root/PropertiesRoot.java6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/views/properties/org.eclipse.papyrus.views.properties/src-gen/org/eclipse/papyrus/views/properties/root/PropertiesRoot.java b/plugins/views/properties/org.eclipse.papyrus.views.properties/src-gen/org/eclipse/papyrus/views/properties/root/PropertiesRoot.java
index 66121b6d8c2..79c5a41a632 100644
--- a/plugins/views/properties/org.eclipse.papyrus.views.properties/src-gen/org/eclipse/papyrus/views/properties/root/PropertiesRoot.java
+++ b/plugins/views/properties/org.eclipse.papyrus.views.properties/src-gen/org/eclipse/papyrus/views/properties/root/PropertiesRoot.java
@@ -19,8 +19,8 @@ import org.eclipse.papyrus.views.properties.environment.Environment;
* <p>
* The following features are supported:
* <ul>
- * <li>{@link org.eclipse.papyrus.views.properties.root.PropertiesRoot#getEnvironments <em>Environments</em>}</li>
- * <li>{@link org.eclipse.papyrus.views.properties.root.PropertiesRoot#getContexts <em>Contexts</em>}</li>
+ * <li>{@link org.eclipse.papyrus.views.properties.root.PropertiesRoot#getEnvironments <em>Environments</em>}</li>
+ * <li>{@link org.eclipse.papyrus.views.properties.root.PropertiesRoot#getContexts <em>Contexts</em>}</li>
* </ul>
* </p>
*
@@ -38,6 +38,7 @@ public interface PropertiesRoot extends EObject {
* If the meaning of the '<em>Environments</em>' reference list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Environments</em>' reference list.
* @see org.eclipse.papyrus.views.properties.root.RootPackage#getPropertiesRoot_Environments()
* @model
@@ -53,6 +54,7 @@ public interface PropertiesRoot extends EObject {
* If the meaning of the '<em>Contexts</em>' reference list isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Contexts</em>' reference list.
* @see org.eclipse.papyrus.views.properties.root.RootPackage#getPropertiesRoot_Contexts()
* @model

Back to the top