Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src/org/eclipse/papyrus/umldi/UmlLabel.java')
-rw-r--r--extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src/org/eclipse/papyrus/umldi/UmlLabel.java14
1 files changed, 7 insertions, 7 deletions
diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src/org/eclipse/papyrus/umldi/UmlLabel.java b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src/org/eclipse/papyrus/umldi/UmlLabel.java
index 3a158d880cc..ae2d3edfd5f 100644
--- a/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src/org/eclipse/papyrus/umldi/UmlLabel.java
+++ b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src/org/eclipse/papyrus/umldi/UmlLabel.java
@@ -1,11 +1,11 @@
/**
* Copyright (c) 2014 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:
* CEA LIST - Initial API and implementation
*/
@@ -15,14 +15,14 @@ package org.eclipse.papyrus.umldi;
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Uml Label</b></em>'.
* <!-- end-user-doc -->
- *
+ *
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.papyrus.umldi.UmlLabel#getKind <em>Kind</em>}</li>
* </ul>
* </p>
- *
+ *
* @see org.eclipse.papyrus.umldi.UMLDIPackage#getUmlLabel()
* @model
* @generated
@@ -37,7 +37,7 @@ public interface UmlLabel extends UmlShape {
* If the meaning of the '<em>Kind</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Kind</em>' attribute.
* @see org.eclipse.papyrus.umldi.UmlLabelKind
* @see #setKind(UmlLabelKind)
@@ -51,9 +51,9 @@ public interface UmlLabel extends UmlShape {
* Sets the value of the '{@link org.eclipse.papyrus.umldi.UmlLabel#getKind <em>Kind</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
- * the new value of the '<em>Kind</em>' attribute.
+ * the new value of the '<em>Kind</em>' attribute.
* @see org.eclipse.papyrus.umldi.UmlLabelKind
* @see #getKind()
* @generated

Back to the top