svn commit: r13476 - trunk/src/model-mdr/src/org/argouml/model/mdr/CollaborationsHelperMDRImpl.java
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mvw
Date: 2007-09-02 00:53:59-0700
New Revision: 13476
Modified:
trunk/src/model-mdr/src/org/argouml/model/mdr/CollaborationsHelperMDRImpl.java
Log:
Corrected comment - the TODO has been done.
Modified: trunk/src/model-mdr/src/org/argouml/model/mdr/CollaborationsHelperMDRImpl.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/model-mdr/src/org/argouml/model/mdr/CollaborationsHelperMDRImpl.java?view=diff&rev=13476&p1=trunk/src/model-mdr/src/org/argouml/model/mdr/CollaborationsHelperMDRImpl.java&p2=trunk/src/model-mdr/src/org/argouml/model/mdr/CollaborationsHelperMDRImpl.java&r1=13475&r2=13476
==============================================================================
--- trunk/src/model-mdr/src/org/argouml/model/mdr/CollaborationsHelperMDRImpl.java (original)
+++ trunk/src/model-mdr/src/org/argouml/model/mdr/CollaborationsHelperMDRImpl.java 2007-09-02 00:53:59-0700
@@ -584,9 +584,9 @@
returnList.removeAll(listToRemove);
}
- /* TODO: We need to verify that ns is a Package!
- * If not - find its parent package!
- * Currently this causes an exception when creating
+ /* We need to verify that ns is a Package,
+ * if not - find its parent package!
+ * Otherwise this causes an exception when creating
* a sequence diagram for a ClassifierRole.*/
if (!modelImpl.getFacade().isAPackage(ns)) {
while (modelImpl.getFacade().isANamespace(ns)) {