svn commit: r16706 - trunk/src/argouml-core-model/src/org/argouml/model/CommonBehaviorFactory.java
Michiel van der Wulp <[email protected]>
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mvw
Date: 2009-01-25 23:35:03-0800
New Revision: 16706
Modified:
trunk/src/argouml-core-model/src/org/argouml/model/CommonBehaviorFactory.java
Log:
Clarified what happens.
No functional change.
Modified: trunk/src/argouml-core-model/src/org/argouml/model/CommonBehaviorFactory.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-model/src/org/argouml/model/CommonBehaviorFactory.java?view=diff&pathrev=16706&r1=16705&r2=16706
==============================================================================
--- trunk/src/argouml-core-model/src/org/argouml/model/CommonBehaviorFactory.java (original)
+++ trunk/src/argouml-core-model/src/org/argouml/model/CommonBehaviorFactory.java 2009-01-25 23:35:03-0800
@@ -223,7 +223,9 @@
Object buildLink(Object fromInstance, Object toInstance);
/**
- * Builds an action (actually an CallAction) for some message.
+ * Builds a CallAction for a given Message.
+ * The action is named "action", and its namespace is set
+ * to the Collaboration of the given Message.
*
* @param message the given message
* @return the newly build callAction
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=1053767
To unsubscribe from this discussion, e-mail: [[email protected]].