Author: tfmorris Date: 2008-04-23 17:17:35-0700 New Revision: 14450 Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/ArgoFig.java
Log: Fix Javadoc typos Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/ArgoFig.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/ArgoFig.java?view=diff&rev=14450&p1=trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/ArgoFig.java&p2=trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/ArgoFig.java&r1=14449&r2=14450 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/ArgoFig.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/ArgoFig.java 2008-04-23 17:17:35-0700 @@ -28,8 +28,8 @@ /** * An interface that all ArgoUML Figs are required to interface. It provides a - * single place to specify behaviors that we want all Figs to have since with - * don't have access to the GEF class hiearchy (and it's made up of concrete + * single place to specify behaviors that we want all Figs to have since we + * don't have access to the GEF class hierarchy (and it is made up of concrete * classes instead of interfaces. * * @author Tom Morris <[EMAIL PROTECTED]> @@ -40,9 +40,9 @@ /** * Set the owning project for this Fig. * - * @param p the project + * @param project the project */ - public void setProject(Project p); + public void setProject(Project project); /** * Get the owning project for this fig. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
