Author: mvw Date: 2013-01-19 08:44:28-0800 New Revision: 19909 Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/ArgoFig.java
Log: correction of a typing mistake 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&pathrev=19909&r1=19908&r2=19909 ============================================================================== --- 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 2013-01-19 08:44:28-0800 @@ -1,6 +1,6 @@ /* $Id$ ******************************************************************************* - * Copyright (c) 2010 Contributors - see below + * Copyright (c) 2010-2013 Contributors - see below * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -44,7 +44,7 @@ import org.argouml.uml.diagram.DiagramSettings; /** - * An interface that all ArgoUML Figs are required to implament. It provides a + * An interface that all ArgoUML Figs are required to implement. It provides a * 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. ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=3044649 To unsubscribe from this discussion, e-mail: [[email protected]].
