Author: mvw Date: 2012-07-24 22:58:45-0700 New Revision: 19896 Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/static_structure/ui/StylePanelFigClass.java
Log: Comments only. Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/static_structure/ui/StylePanelFigClass.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/static_structure/ui/StylePanelFigClass.java?view=diff&pathrev=19896&r1=19895&r2=19896 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/static_structure/ui/StylePanelFigClass.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/static_structure/ui/StylePanelFigClass.java 2012-07-24 22:58:45-0700 @@ -1,13 +1,13 @@ /* $Id$ ***************************************************************************** - * Copyright (c) 2009 Contributors - see below + * Copyright (c) 2009-2012 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 * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * mvw + * Michiel van der Wulp ***************************************************************************** * * Some portions of this file was previously release using the BSD License: @@ -51,9 +51,9 @@ /** * Stylepanel which adds an attributes and operations checkbox and depends on - * FigClass. + * FigCompartmentBox (formerly FigClass, hence its name). * - * @see FigClass + * @see FigCompartmentBox * */ public class StylePanelFigClass extends StylePanelFigNodeModelElement { @@ -142,10 +142,5 @@ } } } - - /** - * The UID. - */ - private static final long serialVersionUID = 4587367369055254943L; } /* end class StylePanelFigClass */ ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2992839 To unsubscribe from this discussion, e-mail: [[email protected]].
