svn commit: r19423 - trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigAssociation.java

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: bobtarling
Date: 2011-05-13 11:22:04-0700
New Revision: 19423

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

Log:
Document work around for issue 6266

Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigAssociation.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigAssociation.java?view=diff&pathrev=19423&r1=19422&r2=19423
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigAssociation.java	(original)
+++ trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigAssociation.java	2011-05-13 11:22:04-0700
@@ -554,7 +554,9 @@
             LOG.error("Trying to paint a FigAssociation without an owner. ");
         } else {
             if (!Model.getFacade().isAConnector(getOwner())) {
-                // If we're a UML2 Connector then we don't need arrows
+                // If we're a UML2 Connector then we don't need arrows.
+                // TODO: When issue 6266 is implemented we can
+                // get rid of the condition and always call applyArrowHeads
                 applyArrowHeads(); 
             }
         }

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

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.