Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/Continuation.java')
-rw-r--r--plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/Continuation.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/Continuation.java b/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/Continuation.java
index 3456ba24..429cc184 100644
--- a/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/Continuation.java
+++ b/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/Continuation.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005, 2007 IBM Corporation and others.
+ * Copyright (c) 2005, 2011 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
@@ -7,6 +7,7 @@
*
* Contributors:
* IBM - initial API and implementation
+ * Kenn Hussey (CEA) - 327039
*
* $Id: Continuation.java,v 1.6 2007/04/25 17:47:05 khussey Exp $
*/
@@ -50,7 +51,7 @@ public interface Continuation
* @return the value of the '<em>Setting</em>' attribute.
* @see #setSetting(boolean)
* @see org.eclipse.uml2.uml.UMLPackage#getContinuation_Setting()
- * @model default="true" dataType="org.eclipse.uml2.uml.Boolean" required="true" ordered="false"
+ * @model default="true" dataType="org.eclipse.uml2.types.Boolean" required="true" ordered="false"
* @generated
*/
boolean isSetting();

Back to the top