svn commit: r14005 - trunk/src/model-mdr/src/org/argouml/model/mdr/XmiReaderImpl.java

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: tfmorris
Date: 2007-12-27 09:36:44-0800
New Revision: 14005

Modified:
   trunk/src/model-mdr/src/org/argouml/model/mdr/XmiReaderImpl.java

Log:
Fix type warning

Modified: trunk/src/model-mdr/src/org/argouml/model/mdr/XmiReaderImpl.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/model-mdr/src/org/argouml/model/mdr/XmiReaderImpl.java?view=diff&rev=14005&p1=trunk/src/model-mdr/src/org/argouml/model/mdr/XmiReaderImpl.java&p2=trunk/src/model-mdr/src/org/argouml/model/mdr/XmiReaderImpl.java&r1=14004&r2=14005
==============================================================================
--- trunk/src/model-mdr/src/org/argouml/model/mdr/XmiReaderImpl.java	(original)
+++ trunk/src/model-mdr/src/org/argouml/model/mdr/XmiReaderImpl.java	2007-12-27 09:36:44-0800
@@ -131,8 +131,8 @@
 
     public Collection parse(InputSource inputSource, boolean profile)
         throws UmlException {
-
-        Collection<RefObject> newElements = Collections.EMPTY_LIST;
+        
+        Collection<RefObject> newElements = Collections.emptyList();
         RefPackage extent = modelPackage;
 
         try {
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.