Author: tfmorris Date: 2011-04-23 12:44:45-0700 New Revision: 19273 Modified: trunk/src/argouml-core-model/src/org/argouml/model/ModelManagementHelper.java
Log: Remove unused import and clean up doc. Modified: trunk/src/argouml-core-model/src/org/argouml/model/ModelManagementHelper.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-model/src/org/argouml/model/ModelManagementHelper.java?view=diff&pathrev=19273&r1=19272&r2=19273 ============================================================================== --- trunk/src/argouml-core-model/src/org/argouml/model/ModelManagementHelper.java (original) +++ trunk/src/argouml-core-model/src/org/argouml/model/ModelManagementHelper.java 2011-04-23 12:44:45-0700 @@ -40,7 +40,6 @@ import java.util.Collection; import java.util.List; -import java.util.Vector; /** @@ -59,7 +58,7 @@ */ String IMPORT_STEREOTYPE = "import"; /** - * Name of stereotype applied to Permission which is an package access. + * Name of stereotype applied to Permission which is a package access. */ String ACCESS_STEREOTYPE = "access"; @@ -169,7 +168,7 @@ * element will be the name of element itself. * <p> * <em>COMPATIBILITY WARNING</em> - The previous version of this method - * {@link #getPath(Object)} would only return the path to the <em>first</em> + * getPath(Object) would only return the path to the <em>first</em> * enclosing Model, not the root, and it would not include the name of the * model itself. This version will keep going up until it finds an element * with no parent and it includes the name of that top level element which @@ -359,9 +358,9 @@ /** * Return the true if the model element is read only (ie not modifiable). - * Note that this differs from - * {@link Facade#isReadOnly(Object)) which refers to <em>instances</em> of a - * given model (M0 level) as opposed to the model itself (M1). + * Note that this differs from {@link Facade#isReadOnly(Object)} which + * refers to <em>instances</em> of a given model (M0 level) as opposed to + * the model itself (M1). * * @param element a UML Element * @return true if the element is readonly ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2723466 To unsubscribe from this discussion, e-mail: [[email protected]].
