svn commit: r13772 - trunk/src_new/org/argouml/uml/profile/Profile.java
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: tfmorris
Date: 2007-11-15 14:14:27-0800
New Revision: 13772
Modified:
trunk/src_new/org/argouml/uml/profile/Profile.java
Log:
Update Javadoc. No code changes.
Modified: trunk/src_new/org/argouml/uml/profile/Profile.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/uml/profile/Profile.java?view=diff&rev=13772&p1=trunk/src_new/org/argouml/uml/profile/Profile.java&p2=trunk/src_new/org/argouml/uml/profile/Profile.java&r1=13771&r2=13772
==============================================================================
--- trunk/src_new/org/argouml/uml/profile/Profile.java (original)
+++ trunk/src_new/org/argouml/uml/profile/Profile.java 2007-11-15 14:14:27-0800
@@ -192,7 +192,11 @@
}
/**
- * @return the UML Model that contains the profile model
+ * Returns the top level UML Packages that contain the profile. Usually this
+ * is a single top level Model or Package with the <<profile>> stereotype,
+ * but that is not guaranteed.
+ *
+ * @return the top level UML Packages that contain the profile
* @throws ProfileException if failed to get profile.
*/
public abstract Collection getProfilePackages() throws ProfileException;