Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/Pin.java')
-rw-r--r--plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/Pin.java7
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/Pin.java b/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/Pin.java
index c1b4e9c3e..d8cc9321f 100644
--- a/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/Pin.java
+++ b/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/Pin.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005, 2011 IBM Corporation, CEA, and others.
+ * Copyright (c) 2005, 2013 IBM Corporation, CEA, and others.
* 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
@@ -8,6 +8,7 @@
* Contributors:
* IBM - initial API and implementation
* Kenn Hussey (CEA) - 327039, 351774
+ * Christian W. Damus (CEA) - 251963
*
*/
package org.eclipse.uml2.uml;
@@ -24,7 +25,7 @@ import org.eclipse.emf.common.util.DiagnosticChain;
* <!-- begin-model-doc -->
* A pin is a typed element and multiplicity element that provides values to actions and accept result values from them.
* A pin is an object node for inputs and outputs to actions.
- * <p>Merged from package UML (URI {@literal http://www.omg.org/spec/UML/20110701}).</p>
+ * <p>From package UML (URI {@literal http://www.omg.org/spec/UML/20110701}).</p>
* <!-- end-model-doc -->
*
* <p>
@@ -48,7 +49,7 @@ public interface Pin
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* Tells whether the pins provide data to the actions, or just controls when it executes it.
- * <p>Merged from package UML (URI {@literal http://www.omg.org/spec/UML/20110701}).</p>
+ * <p>From package UML (URI {@literal http://www.omg.org/spec/UML/20110701}).</p>
* <!-- end-model-doc -->
* @return the value of the '<em>Is Control</em>' attribute.
* @see #setIsControl(boolean)

Back to the top