svn commit: r13838 - trunk/src_new/org/argouml/uml: diagram/ui ui/behavior/activity_graphs ui/foundation/core

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: penyaskito
Date: 2007-11-24 16:22:07-0800
New Revision: 13838

Modified:
   trunk/src_new/org/argouml/uml/diagram/ui/FigAssociation.java
   trunk/src_new/org/argouml/uml/diagram/ui/FigNodeModelElement.java
   trunk/src_new/org/argouml/uml/ui/behavior/activity_graphs/PropPanelCallState.java
   trunk/src_new/org/argouml/uml/ui/foundation/core/PropPanelAssociationEnd.java
   trunk/src_new/org/argouml/uml/ui/foundation/core/PropPanelDataType.java

Log:
Fixed some checkstyle warnings.

Modified: trunk/src_new/org/argouml/uml/diagram/ui/FigAssociation.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/uml/diagram/ui/FigAssociation.java?view=diff&rev=13838&p1=trunk/src_new/org/argouml/uml/diagram/ui/FigAssociation.java&p2=trunk/src_new/org/argouml/uml/diagram/ui/FigAssociation.java&r1=13837&r2=13838
==============================================================================
--- trunk/src_new/org/argouml/uml/diagram/ui/FigAssociation.java	(original)
+++ trunk/src_new/org/argouml/uml/diagram/ui/FigAssociation.java	2007-11-24 16:22:07-0800
@@ -139,7 +139,7 @@
             ArgoDiagram d = p.getActiveDiagram();
             if (d != null) {
                 Layer l = d.getLayer();
-                if (l!= null) {
+                if (l != null) {
                     setLayer(l);                    
                 }
             }

Modified: trunk/src_new/org/argouml/uml/diagram/ui/FigNodeModelElement.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/uml/diagram/ui/FigNodeModelElement.java?view=diff&rev=13838&p1=trunk/src_new/org/argouml/uml/diagram/ui/FigNodeModelElement.java&p2=trunk/src_new/org/argouml/uml/diagram/ui/FigNodeModelElement.java&r1=13837&r2=13838
==============================================================================
--- trunk/src_new/org/argouml/uml/diagram/ui/FigNodeModelElement.java	(original)
+++ trunk/src_new/org/argouml/uml/diagram/ui/FigNodeModelElement.java	2007-11-24 16:22:07-0800
@@ -2236,5 +2236,5 @@
             }
         }
     }
-    }
+}
     

Modified: trunk/src_new/org/argouml/uml/ui/behavior/activity_graphs/PropPanelCallState.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/uml/ui/behavior/activity_graphs/PropPanelCallState.java?view=diff&rev=13838&p1=trunk/src_new/org/argouml/uml/ui/behavior/activity_graphs/PropPanelCallState.java&p2=trunk/src_new/org/argouml/uml/ui/behavior/activity_graphs/PropPanelCallState.java&r1=13837&r2=13838
==============================================================================
--- trunk/src_new/org/argouml/uml/ui/behavior/activity_graphs/PropPanelCallState.java	(original)
+++ trunk/src_new/org/argouml/uml/ui/behavior/activity_graphs/PropPanelCallState.java	2007-11-24 16:22:07-0800
@@ -72,7 +72,6 @@
     /**
      * @param name the name of the properties panel
      * @param icon the icon to be shown next to the name
-     * @param orientation the orientation of the panel
      */
     public PropPanelCallState(String name, ImageIcon icon) {
 

Modified: trunk/src_new/org/argouml/uml/ui/foundation/core/PropPanelAssociationEnd.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/uml/ui/foundation/core/PropPanelAssociationEnd.java?view=diff&rev=13838&p1=trunk/src_new/org/argouml/uml/ui/foundation/core/PropPanelAssociationEnd.java&p2=trunk/src_new/org/argouml/uml/ui/foundation/core/PropPanelAssociationEnd.java&r1=13837&r2=13838
==============================================================================
--- trunk/src_new/org/argouml/uml/ui/foundation/core/PropPanelAssociationEnd.java	(original)
+++ trunk/src_new/org/argouml/uml/ui/foundation/core/PropPanelAssociationEnd.java	2007-11-24 16:22:07-0800
@@ -138,7 +138,7 @@
      * etc. but excluding placing them on the proppanel itself.
      * 
      * @param name name/title of the property panel
-     * @param orientation orientation of the panel
+     * @param icon the icon
      * @see org.argouml.uml.ui.PropPanel#PropPanel(String, ImageIcon)
      */
     protected PropPanelAssociationEnd(String name, ImageIcon icon) {

Modified: trunk/src_new/org/argouml/uml/ui/foundation/core/PropPanelDataType.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/uml/ui/foundation/core/PropPanelDataType.java?view=diff&rev=13838&p1=trunk/src_new/org/argouml/uml/ui/foundation/core/PropPanelDataType.java&p2=trunk/src_new/org/argouml/uml/ui/foundation/core/PropPanelDataType.java&r1=13837&r2=13838
==============================================================================
--- trunk/src_new/org/argouml/uml/ui/foundation/core/PropPanelDataType.java	(original)
+++ trunk/src_new/org/argouml/uml/ui/foundation/core/PropPanelDataType.java	2007-11-24 16:22:07-0800
@@ -73,7 +73,6 @@
      * 
      * @param title title string for the property panel
      * @param icon icon
-     * @param orientation horizontal or vertical orientation
      */
     public PropPanelDataType(String title, ImageIcon icon) {
         super(title, icon);
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.