Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/qompass-designer/org.eclipse.papyrus.fcm.profile/src/org/eclipse/papyrus/FCM/ConfigurableElementInstance.java')
-rw-r--r--extraplugins/qompass-designer/org.eclipse.papyrus.fcm.profile/src/org/eclipse/papyrus/FCM/ConfigurableElementInstance.java16
1 files changed, 9 insertions, 7 deletions
diff --git a/extraplugins/qompass-designer/org.eclipse.papyrus.fcm.profile/src/org/eclipse/papyrus/FCM/ConfigurableElementInstance.java b/extraplugins/qompass-designer/org.eclipse.papyrus.fcm.profile/src/org/eclipse/papyrus/FCM/ConfigurableElementInstance.java
index b44a89336dd..4e0eec09dbe 100644
--- a/extraplugins/qompass-designer/org.eclipse.papyrus.fcm.profile/src/org/eclipse/papyrus/FCM/ConfigurableElementInstance.java
+++ b/extraplugins/qompass-designer/org.eclipse.papyrus.fcm.profile/src/org/eclipse/papyrus/FCM/ConfigurableElementInstance.java
@@ -1,14 +1,14 @@
/**
* Copyright (c) 2013 CEA LIST
- *
+ *
* All rights reserved. This program and the accompanying materials are
* made available under the terms of the Eclipse Public License v1.0 which
* accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Ansgar Radermacher - Initial API and implementation
- *
+ *
*/
package org.eclipse.papyrus.FCM;
@@ -24,7 +24,7 @@ import org.eclipse.uml2.uml.InstanceSpecification;
* <p>
* The following features are supported:
* <ul>
- * <li>{@link org.eclipse.papyrus.FCM.ConfigurableElementInstance#getConfiguration <em>Configuration</em>}</li>
+ * <li>{@link org.eclipse.papyrus.FCM.ConfigurableElementInstance#getConfiguration <em>Configuration</em>}</li>
* </ul>
* </p>
*
@@ -37,10 +37,10 @@ public interface ConfigurableElementInstance extends EObject {
* Returns the value of the '<em><b>Configuration</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Configuration</em>' reference isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Configuration</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Configuration</em>' reference.
* @see #setConfiguration(InstanceSpecification)
* @see org.eclipse.papyrus.FCM.FCMPackage#getConfigurableElementInstance_Configuration()
@@ -53,7 +53,9 @@ public interface ConfigurableElementInstance extends EObject {
* Sets the value of the '{@link org.eclipse.papyrus.FCM.ConfigurableElementInstance#getConfiguration <em>Configuration</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- * @param value the new value of the '<em>Configuration</em>' reference.
+ *
+ * @param value
+ * the new value of the '<em>Configuration</em>' reference.
* @see #getConfiguration()
* @generated
*/

Back to the top