svn commit: r15532 - 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: mvw
Date: 2008-08-10 06:39:12-0700
New Revision: 15532

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

Log:
Clarified the rationale for this boolean - no functional change.

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&rev=15532&p1=trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigAssociation.java&p2=trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigAssociation.java&r1=15531&r2=15532
==============================================================================
--- 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	2008-08-10 06:39:12-0700
@@ -70,15 +70,15 @@
 public class FigAssociation extends FigEdgeModelElement {
 
     /**
-     * The serial version id.
-     */
-    static final long serialVersionUID = 9100125695919853919L;
-
-    /**
      * We suppress the arrow heads if both ends of an association
-     * are navigable.
+     * are navigable. This means that we support presentation option 3 
+     * for Association Ends from the UML standard. <p>
+     * 
+     * If this member is set to false, then we have presentation option 1.
+     * <p> 
+     * TODO: See issue 535: make this a user setting.
      */
-    private static final boolean SUPPRESS_BIDIRECTIONAL_ARROWS = true;
+    private static final boolean SUPPRESS_BIDIRECTIONAL_ARROWS = false;
 
     private static final Logger LOG = Logger.getLogger(FigAssociation.class);
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.