svn commit: r16776 - trunk/src/argouml-core-model-mdr/src/org/argouml/model/mdr/CollaborationsFactoryMDRImpl.java
Bob Tarling <[email protected]>
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: bobtarling
Date: 2009-02-09 14:30:24-0800
New Revision: 16776
Modified:
trunk/src/argouml-core-model-mdr/src/org/argouml/model/mdr/CollaborationsFactoryMDRImpl.java
Log:
Comments based on issue 5692
Modified: trunk/src/argouml-core-model-mdr/src/org/argouml/model/mdr/CollaborationsFactoryMDRImpl.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-model-mdr/src/org/argouml/model/mdr/CollaborationsFactoryMDRImpl.java?view=diff&pathrev=16776&r1=16775&r2=16776
==============================================================================
--- trunk/src/argouml-core-model-mdr/src/org/argouml/model/mdr/CollaborationsFactoryMDRImpl.java (original)
+++ trunk/src/argouml-core-model-mdr/src/org/argouml/model/mdr/CollaborationsFactoryMDRImpl.java 2009-02-09 14:30:24-0800
@@ -318,8 +318,11 @@
* Builds a message within some interaction related to some assocationrole.
* The message is added as the last in the interaction sequence.
* Furthermore, the message is added as the last to the list of messages
- * allready attached to the role. Effectively, the already attached messages
+ * already attached to the role. Effectively, the already attached messages
* become predecessors of this message.
+ * TODO: This sets the activator as a side effect. However it is impossible
+ * to determine the activator at this stage as we don't yet know what the
+ * action will be of the message we're creating. See issue 5692.
*
* @param inter
* The Interaction.
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=1130772
To unsubscribe from this discussion, e-mail: [[email protected]].