Author: j16sdiz
Date: 2008-12-19 15:29:09 +0000 (Fri, 19 Dec 2008)
New Revision: 24610

Modified:
   trunk/plugins/XMLLibrarian/XMLLibrarian.java
Log:
useless new

Modified: trunk/plugins/XMLLibrarian/XMLLibrarian.java
===================================================================
--- trunk/plugins/XMLLibrarian/XMLLibrarian.java        2008-12-19 15:28:57 UTC 
(rev 24609)
+++ trunk/plugins/XMLLibrarian/XMLLibrarian.java        2008-12-19 15:29:09 UTC 
(rev 24610)
@@ -700,8 +700,7 @@
         */
        private Vector<URIWrapper> getIndex(String word) throws Exception{
                String subIndex = searchStr(word);
-               Vector<URIWrapper> index = new Vector<URIWrapper>();
-               index = getEntry(word,subIndex);
+               Vector<URIWrapper> index = getEntry(word,subIndex);
                return index;
        }
 

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to