svn commit: r17050 - trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigEdgeAssociationClass.java

Michiel van der Wulp <[email protected]>
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: mvw
Date: 2009-04-06 09:55:59-0700
New Revision: 17050

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

Log:
Fix failing test.
This makes a project with an associationclass load again.

Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigEdgeAssociationClass.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigEdgeAssociationClass.java?view=diff&pathrev=17050&r1=17049&r2=17050
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigEdgeAssociationClass.java	(original)
+++ trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigEdgeAssociationClass.java	2009-04-06 09:55:59-0700
@@ -113,6 +113,16 @@
         constructFigs(classBoxFig, ownerFig);
     }
     
+    /**
+     * @param owner the owner
+     * @param settings the render settings
+     */
+    public FigEdgeAssociationClass(Object owner,
+            DiagramSettings settings) {
+        super(owner, settings);
+        setBetweenNearestPoints(true);
+    }
+    
     /*
      * @see org.tigris.gef.presentation.FigEdge#setFig(org.tigris.gef.presentation.Fig)
      */

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=1563112

To unsubscribe from this discussion, e-mail: [[email protected]].
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.