Author: toad
Date: 2008-02-28 23:07:42 +0000 (Thu, 28 Feb 2008)
New Revision: 18242

Modified:
   trunk/plugins/XMLSpider/XMLSpider.java
Log:
30: Fix some bugs preventing multiple queues from working. Also indenting etc.

Modified: trunk/plugins/XMLSpider/XMLSpider.java
===================================================================
--- trunk/plugins/XMLSpider/XMLSpider.java      2008-02-28 23:07:03 UTC (rev 
18241)
+++ trunk/plugins/XMLSpider/XMLSpider.java      2008-02-28 23:07:42 UTC (rev 
18242)
@@ -147,7 +147,7 @@
        public Set allowedMIMETypes;
        private static final int MAX_ENTRIES = 2000;
        private static final long MAX_SUBINDEX_UNCOMPRESSED_SIZE = 256*1024;
-       private static int version = 29;
+       private static int version = 30;
        private static final String pluginName = "XML spider "+version;
        /**
         * Gives the allowed fraction of total time spent on generating indices 
with


Reply via email to