svn commit: r13592 - 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-09-25 01:10:06-0700
New Revision: 13592

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

Log:
Fix generic 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=13592&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=13591&r2=13592
==============================================================================
--- trunk/src/model-mdr/src/org/argouml/model/mdr/XmiReaderImpl.java	(original)
+++ trunk/src/model-mdr/src/org/argouml/model/mdr/XmiReaderImpl.java	2007-09-25 01:10:06-0700
@@ -110,7 +110,7 @@
      */
     private int ignoredElementCount;
 
-    private static List<String> searchDirs = new ArrayList();
+    private static List<String> searchDirs = new ArrayList<String>();
 
     /**
      * Constructor for XMIReader.
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.