svn commit: r12531 - trunk/src_new/org/argouml/uml/diagram/ui/FigNodeModelElement.java

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: tfmorris
Date: 2007-05-04 10:20:15-0700
New Revision: 12531

Modified:
   trunk/src_new/org/argouml/uml/diagram/ui/FigNodeModelElement.java

Log:
Wrap long line

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=12531&p1=trunk/src_new/org/argouml/uml/diagram/ui/FigNodeModelElement.java&p2=trunk/src_new/org/argouml/uml/diagram/ui/FigNodeModelElement.java&r1=12530&r2=12531
==============================================================================
--- trunk/src_new/org/argouml/uml/diagram/ui/FigNodeModelElement.java	(original)
+++ trunk/src_new/org/argouml/uml/diagram/ui/FigNodeModelElement.java	2007-05-04 10:20:15-0700
@@ -597,7 +597,8 @@
                     // The node's been placed within some Fig
                     namespace = newEncloser.getOwner();
                     if (Model.getFacade().isANamespace(namespace)) {
-                        umlDiagram.setModelElementNamespace(getOwner(), namespace);
+                        umlDiagram.setModelElementNamespace(
+                                getOwner(), namespace);
                     }
                 }
             }
@@ -1087,11 +1088,11 @@
         if (owner == null) {
             return;
         }
-            if (mee instanceof AssociationChangeEvent 
-                    || mee instanceof AttributeChangeEvent) {
+        if (mee instanceof AssociationChangeEvent 
+                || mee instanceof AttributeChangeEvent) {
             if (notationProviderName != null) {
                 notationProviderName.updateListener(this, getOwner(), mee);
-            updateNameText();
+                updateNameText();
             }
             updateListeners(getOwner(), getOwner());
             damage();
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.