svn commit: r16480 - trunk/src/argouml-app/src/org/argouml/notation/providers/MultiplicityNotation.java

Dave Thompson <[email protected]>
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: dthompson
Date: 2008-12-31 14:21:27-0800
New Revision: 16480

Modified:
   trunk/src/argouml-app/src/org/argouml/notation/providers/MultiplicityNotation.java

Log:
Added a comment to help clarify a method call.  No functional change.

Modified: trunk/src/argouml-app/src/org/argouml/notation/providers/MultiplicityNotation.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/notation/providers/MultiplicityNotation.java?view=diff&pathrev=16480&r1=16479&r2=16480
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/notation/providers/MultiplicityNotation.java	(original)
+++ trunk/src/argouml-app/src/org/argouml/notation/providers/MultiplicityNotation.java	2008-12-31 14:21:27-0800
@@ -46,6 +46,9 @@
      */
     public MultiplicityNotation(Object multiplicityOwner) {
         // If this fails, then there is a problem...
+        // dthompson 29/12/2008: It seems that the returned value is 
+        // irrelevant here, so I assume that the purpose of this call
+        // is just to throw an exception in case of a problem.
         Model.getFacade().getMultiplicity(multiplicityOwner);
     }

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

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.