Author: tfmorris Date: 2008-04-18 07:07:06-0700 New Revision: 14377 Modified: trunk/src/model/src/org/argouml/model/CoreHelper.java
Log: Fix stereotypes in Javadoc so they don't get eaten by html Modified: trunk/src/model/src/org/argouml/model/CoreHelper.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/model/src/org/argouml/model/CoreHelper.java?view=diff&rev=14377&p1=trunk/src/model/src/org/argouml/model/CoreHelper.java&p2=trunk/src/model/src/org/argouml/model/CoreHelper.java&r1=14376&r2=14377 ============================================================================== --- trunk/src/model/src/org/argouml/model/CoreHelper.java (original) +++ trunk/src/model/src/org/argouml/model/CoreHelper.java 2008-04-18 07:07:06-0700 @@ -442,10 +442,11 @@ /** - * Return the packageImport (Permission with <<import>> or <<access>> - * stereotype in UML 1.4) between a supplier Package and - * a client Namespace, if any. - * + * Return the packageImport (Permission with + * <code><<import>></code> or + * <code><<access>></code> stereotype in UML 1.4) between a + * supplier Package and a client Namespace, if any. + * * @param supplier a Package * @param client a Namespace * @return the import or null @@ -454,9 +455,11 @@ /** - * Return all packageImports (Permissions with <<import>> or <<access>> - * stereotype in UML 1.4) that this Namespace is a client of. - * + * Return all packageImports (Permissions with + * <code><<import>></code> or + * <code><<access>></code> stereotype in UML 1.4) that this + * Namespace is a client of. + * * @param client a Namespace * @return Collection of imports */ @@ -477,7 +480,7 @@ * namespace.<p> * * @param element a ModelElement - * @param namespace a MNamespace + * @param namespace a Namespace * @return boolean */ boolean isValidNamespace(Object element, Object namespace); @@ -838,7 +841,7 @@ /** * Add a TemplateArgument to the given object. * - * @param handle The object that will get the TemplateArgumnet + * @param handle The object that will get the TemplateArgument * @param argument Object that will be added */ void addTemplateArgument(Object handle, Object argument); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
