Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/UnmarshallAction.java')
-rw-r--r--plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/UnmarshallAction.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/UnmarshallAction.java b/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/UnmarshallAction.java
index 334ecbe5..9d0f98b7 100644
--- a/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/UnmarshallAction.java
+++ b/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/UnmarshallAction.java
@@ -8,7 +8,7 @@
* Contributors:
* IBM - initial API and implementation
*
- * $Id: UnmarshallAction.java,v 1.7 2006/05/15 22:13:41 khussey Exp $
+ * $Id: UnmarshallAction.java,v 1.8 2006/05/26 16:34:03 khussey Exp $
*/
package org.eclipse.uml2.uml;
@@ -55,7 +55,7 @@ public interface UnmarshallAction
* <!-- end-model-doc -->
* @return the value of the '<em>Result</em>' containment reference list.
* @see org.eclipse.uml2.uml.UMLPackage#getUnmarshallAction_Result()
- * @model type="org.eclipse.uml2.uml.OutputPin" containment="true" required="true" ordered="false"
+ * @model type="org.eclipse.uml2.uml.OutputPin" containment="true" resolveProxies="true" required="true" ordered="false"
* @generated
*/
EList getResults();
@@ -147,7 +147,7 @@ public interface UnmarshallAction
* @return the value of the '<em>Object</em>' containment reference.
* @see #setObject(InputPin)
* @see org.eclipse.uml2.uml.UMLPackage#getUnmarshallAction_Object()
- * @model containment="true" required="true" ordered="false"
+ * @model containment="true" resolveProxies="true" required="true" ordered="false"
* @generated
*/
InputPin getObject();

Back to the top