svn commit: r13143 - trunk/src_new/org/argouml/ui/explorer/rules/GoModelToDiagrams.java
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: tfmorris
Date: 2007-07-24 12:53:23-0700
New Revision: 13143
Modified:
trunk/src_new/org/argouml/ui/explorer/rules/GoModelToDiagrams.java
Log:
Add TODO. No functional change.
Modified: trunk/src_new/org/argouml/ui/explorer/rules/GoModelToDiagrams.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/ui/explorer/rules/GoModelToDiagrams.java?view=diff&rev=13143&p1=trunk/src_new/org/argouml/ui/explorer/rules/GoModelToDiagrams.java&p2=trunk/src_new/org/argouml/ui/explorer/rules/GoModelToDiagrams.java&r1=13142&r2=13143
==============================================================================
--- trunk/src_new/org/argouml/ui/explorer/rules/GoModelToDiagrams.java (original)
+++ trunk/src_new/org/argouml/ui/explorer/rules/GoModelToDiagrams.java 2007-07-24 12:53:23-0700
@@ -50,6 +50,8 @@
* @see org.argouml.ui.explorer.rules.PerspectiveRule#getChildren(java.lang.Object)
*/
public Collection getChildren(Object parent) {
+ // TODO: This is assuming a single model per project which isn't
+ // true of models received from other UML tools - tfm 20070724
if (Model.getFacade().isAModel(parent)) {
return ProjectManager.getManager()
.getCurrentProject().getDiagramList();