Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/layers/org.eclipse.papyrus.layers.stackmodel/src/org/eclipse/papyrus/layers/stackmodel/layers/CustomType.java')
-rw-r--r--extraplugins/layers/org.eclipse.papyrus.layers.stackmodel/src/org/eclipse/papyrus/layers/stackmodel/layers/CustomType.java12
1 files changed, 7 insertions, 5 deletions
diff --git a/extraplugins/layers/org.eclipse.papyrus.layers.stackmodel/src/org/eclipse/papyrus/layers/stackmodel/layers/CustomType.java b/extraplugins/layers/org.eclipse.papyrus.layers.stackmodel/src/org/eclipse/papyrus/layers/stackmodel/layers/CustomType.java
index a172ada2b24..1cdd3ef3767 100644
--- a/extraplugins/layers/org.eclipse.papyrus.layers.stackmodel/src/org/eclipse/papyrus/layers/stackmodel/layers/CustomType.java
+++ b/extraplugins/layers/org.eclipse.papyrus.layers.stackmodel/src/org/eclipse/papyrus/layers/stackmodel/layers/CustomType.java
@@ -4,7 +4,7 @@
* 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:
* Cedric Dumoulin - cedric.dumoulin@lifl.fr
******************************************************************************/
@@ -21,7 +21,7 @@ package org.eclipse.papyrus.layers.stackmodel.layers;
* <p>
* The following features are supported:
* <ul>
- * <li>{@link org.eclipse.papyrus.layers.stackmodel.layers.CustomType#getClassifier <em>Classifier</em>}</li>
+ * <li>{@link org.eclipse.papyrus.layers.stackmodel.layers.CustomType#getClassifier <em>Classifier</em>}</li>
* </ul>
* </p>
*
@@ -34,10 +34,10 @@ public interface CustomType extends Type {
* Returns the value of the '<em><b>Classifier</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Classifier</em>' attribute isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Classifier</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Classifier</em>' attribute.
* @see #setClassifier(String)
* @see org.eclipse.papyrus.layers.stackmodel.layers.LayersPackage#getCustomType_Classifier()
@@ -50,7 +50,9 @@ public interface CustomType extends Type {
* Sets the value of the '{@link org.eclipse.papyrus.layers.stackmodel.layers.CustomType#getClassifier <em>Classifier</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- * @param value the new value of the '<em>Classifier</em>' attribute.
+ *
+ * @param value
+ * the new value of the '<em>Classifier</em>' attribute.
* @see #getClassifier()
* @generated
*/

Back to the top