svn commit: r13662 - trunk/src/model-euml/src/org/argouml/model/euml/CommonBehaviorHelperEUMLImpl.java

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: tfmorris
Date: 2007-10-10 18:14:18-0700
New Revision: 13662

Modified:
   trunk/src/model-euml/src/org/argouml/model/euml/CommonBehaviorHelperEUMLImpl.java

Log:
Switch setClassifiers parameter type from Vector to Collection to match underlying UML semantics

Modified: trunk/src/model-euml/src/org/argouml/model/euml/CommonBehaviorHelperEUMLImpl.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/model-euml/src/org/argouml/model/euml/CommonBehaviorHelperEUMLImpl.java?view=diff&rev=13662&p1=trunk/src/model-euml/src/org/argouml/model/euml/CommonBehaviorHelperEUMLImpl.java&p2=trunk/src/model-euml/src/org/argouml/model/euml/CommonBehaviorHelperEUMLImpl.java&r1=13661&r2=13662
==============================================================================
--- trunk/src/model-euml/src/org/argouml/model/euml/CommonBehaviorHelperEUMLImpl.java	(original)
+++ trunk/src/model-euml/src/org/argouml/model/euml/CommonBehaviorHelperEUMLImpl.java	2007-10-10 18:14:18-0700
@@ -136,11 +136,11 @@
         
     }
 
-    public void setClassifiers(Object handle, Vector v) {
+
+    public void setClassifiers(Object handle, Collection classifiers) {
         // TODO Auto-generated method stub
-        
     }
-
+    
     public void setCommunicationLink(Object handle, Object c) {
         // TODO Auto-generated method stub
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.