svn commit: r13773 - trunk/src_new/org/argouml/uml/ui/behavior/common_behavior/ActionAddInstanceClassifier.java
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: tfmorris
Date: 2007-11-15 14:15:37-0800
New Revision: 13773
Modified:
trunk/src_new/org/argouml/uml/ui/behavior/common_behavior/ActionAddInstanceClassifier.java
Log:
Update Javadoc. No code changes.
Modified: trunk/src_new/org/argouml/uml/ui/behavior/common_behavior/ActionAddInstanceClassifier.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/uml/ui/behavior/common_behavior/ActionAddInstanceClassifier.java?view=diff&rev=13773&p1=trunk/src_new/org/argouml/uml/ui/behavior/common_behavior/ActionAddInstanceClassifier.java&p2=trunk/src_new/org/argouml/uml/ui/behavior/common_behavior/ActionAddInstanceClassifier.java&r1=13772&r2=13773
==============================================================================
--- trunk/src_new/org/argouml/uml/ui/behavior/common_behavior/ActionAddInstanceClassifier.java (original)
+++ trunk/src_new/org/argouml/uml/ui/behavior/common_behavior/ActionAddInstanceClassifier.java 2007-11-15 14:15:37-0800
@@ -52,9 +52,10 @@
}
/**
- * The constructor for ActionAddExtendExtensionPoint.
- * For an Object, the <code>choice</code> will be "Class", for any other
- * Instance, it will be "Classifier".
+ * Construct Add Classifier action for an instance. When used with a UML
+ * Object (an instance of a UML Class), the argument <code>choice</code>
+ * will be UMLClass instead of Classifier to further restrict the
+ * available choices.
*
* @param choice the classifier type we are adding
*/