svn commit: r13163 - trunk/src_new/org/argouml/uml/cognitive/critics/WizAddConstructor.java
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: tfmorris
Date: 2007-07-27 14:09:14-0700
New Revision: 13163
Modified:
trunk/src_new/org/argouml/uml/cognitive/critics/WizAddConstructor.java
Log:
Add TODO. No functional change.
Modified: trunk/src_new/org/argouml/uml/cognitive/critics/WizAddConstructor.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/uml/cognitive/critics/WizAddConstructor.java?view=diff&rev=13163&p1=trunk/src_new/org/argouml/uml/cognitive/critics/WizAddConstructor.java&p2=trunk/src_new/org/argouml/uml/cognitive/critics/WizAddConstructor.java&r1=13162&r2=13163
==============================================================================
--- trunk/src_new/org/argouml/uml/cognitive/critics/WizAddConstructor.java (original)
+++ trunk/src_new/org/argouml/uml/cognitive/critics/WizAddConstructor.java 2007-07-27 14:09:14-0700
@@ -94,7 +94,10 @@
/**
* Finds the create stereotype for an object. It is assumed to be
* available from the java profile.
- *
+ * <p>
+ * TODO: This needs to be recoded to handle multiple profile packages.
+ * It also seems Java specific (at least the above comment does) - tfm
+ *
* @param obj is the object the stereotype should be applicable to.
* @return a suitable stereotype, or null.
*/