svn commit: r18778 - trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/ui/Expandable.java
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: bobtarling Date: 2010-09-26 01:01:02-0700 New Revision: 18778 Modified: trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/ui/Expandable.java Log: Fix checkstyle warnings Modified: trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/ui/Expandable.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/ui/Expandable.java?view=diff&pathrev=18778&r1=18777&r2=18778 ============================================================================== --- trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/ui/Expandable.java (original) +++ trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/ui/Expandable.java 2010-09-26 01:01:02-0700 @@ -16,9 +16,10 @@ import javax.swing.JComponent; /** - * An interface for components that have the possibility of being expanded and shrunk. - * Not all components that implement this interface can actually be expanded, they only - * have the possibility if the implementation if isExpandable is true. + * An interface for components that have the possibility of being expanded and + * shrunk. + * Not all components that implement this interface can actually be expanded, + * they only have the potential to do so. isExpandable must also return true. * * @author Bob Tarling */ ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2664692 To unsubscribe from this discussion, e-mail: [[email protected]].