Author: bobtarling Date: 2010-01-09 18:27:01-0800 New Revision: 17740 Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigCompartment.java
Log: Correct some javadoc Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigCompartment.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigCompartment.java?view=diff&pathrev=17740&r1=17739&r2=17740 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigCompartment.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigCompartment.java 2010-01-09 18:27:01-0800 @@ -63,8 +63,8 @@ * which is common to e.g. an operations * compartment and an attributes compartment.<p> * - * The bigPort is filled, but has no border. All other figs contained - * in this group may not be filled, but can have a border. <p> + * The bigPort is filled with a border. All other figs contained + * in this group may not be filled.<p> * * The size calculation done here supports vertically * stacked sub-figs of this group and supports all ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2436013 To unsubscribe from this discussion, e-mail: [[email protected]].
