svn commit: r15093 - trunk/src/argouml-app/src/org/argouml/uml/diagram/use_case/ui/FigUseCase.java

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: penyaskito
Date: 2008-06-27 13:38:21-0700
New Revision: 15093

Modified:
   trunk/src/argouml-app/src/org/argouml/uml/diagram/use_case/ui/FigUseCase.java

Log:
Style.

Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/use_case/ui/FigUseCase.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/use_case/ui/FigUseCase.java?view=diff&rev=15093&p1=trunk/src/argouml-app/src/org/argouml/uml/diagram/use_case/ui/FigUseCase.java&p2=trunk/src/argouml-app/src/org/argouml/uml/diagram/use_case/ui/FigUseCase.java&r1=15092&r2=15093
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/diagram/use_case/ui/FigUseCase.java	(original)
+++ trunk/src/argouml-app/src/org/argouml/uml/diagram/use_case/ui/FigUseCase.java	2008-06-27 13:38:21-0700
@@ -131,7 +131,7 @@
     private static final int MIN_VERT_PADDING = 4;
     
     // Space between ellipse and stereotype underneath
-    private static final int STEREOTYPE_PADDDING = 0;
+    private static final int STEREOTYPE_PADDING = 0;
     
 
     /**
@@ -617,7 +617,7 @@
         int newW = (minSize.width > w) ? minSize.width : w;
         int newH = (minSize.height > h) ? minSize.height : h;
         
-        newH = newH - (getStereotypeFig().getHeight() + STEREOTYPE_PADDDING);
+        newH = newH - (getStereotypeFig().getHeight() + STEREOTYPE_PADDING);
 
         // Work out the size of the name and extension point rectangle, and
         // hence the vertical padding
@@ -672,7 +672,7 @@
         _x = x;
         _y = y;
         _w = newW;
-        _h = newH + getStereotypeFig().getHeight() + STEREOTYPE_PADDDING;
+        _h = newH + getStereotypeFig().getHeight() + STEREOTYPE_PADDING;
         
         positionStereotypes();
 
@@ -1274,7 +1274,7 @@
             getStereotypeFig().setBounds(
         	    (getX() + getWidth() / 2
         		    - getStereotypeFig().getWidth() / 2),
-        	    (getY() + bigPort.getHeight() + STEREOTYPE_PADDDING),
+        	    (getY() + bigPort.getHeight() + STEREOTYPE_PADDING),
                     getStereotypeFig().getWidth(),
                     getStereotypeFig().getHeight());
         } else {
@@ -1294,10 +1294,4 @@
         l.remove(0);
         return l;
     }
-
-
-    /**
-     * The UID.
-     */
-    private static final long serialVersionUID = -4018623737124023696L;
 }
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.