Author: swatig0
Date: 2007-08-20 19:39:32 +0000 (Mon, 20 Aug 2007)
New Revision: 14812

Modified:
   trunk/plugins/XMLSpider/XMLSpider.java
Log:
XMLSpider with titles

Modified: trunk/plugins/XMLSpider/XMLSpider.java
===================================================================
--- trunk/plugins/XMLSpider/XMLSpider.java      2007-08-20 19:27:27 UTC (rev 
14811)
+++ trunk/plugins/XMLSpider/XMLSpider.java      2007-08-20 19:39:32 UTC (rev 
14812)
@@ -456,6 +456,7 @@

                generateSubIndex(prefix,list);
        }
+       
        private synchronized Vector subVector(Vector list, int begin, int end){
                Vector tmp = new Vector();
                for(int i = begin;i<end+1;i++) tmp.add(list.elementAt(i));


Reply via email to