[freenet-cvs] r15036 - trunk/plugins/XMLSpider
toad at freenetproject.org
toad at freenetproject.org
Sat Sep 8 14:42:36 UTC 2007
Author: toad
Date: 2007-09-08 14:42:35 +0000 (Sat, 08 Sep 2007)
New Revision: 15036
Modified:
trunk/plugins/XMLSpider/XMLSpider.java
Log:
indexing is never set to false, or read, so lets delete it and squash the only eclipse warning in this file
Modified: trunk/plugins/XMLSpider/XMLSpider.java
===================================================================
--- trunk/plugins/XMLSpider/XMLSpider.java 2007-09-08 14:40:51 UTC (rev 15035)
+++ trunk/plugins/XMLSpider/XMLSpider.java 2007-09-08 14:42:35 UTC (rev 15036)
@@ -124,7 +124,6 @@
private int match;
private Integer id;
private long time_taken;
- private boolean indexing ;
/*
* minTimeBetweenEachIndexRewriting in seconds
*/
@@ -694,7 +693,6 @@
ctx.allowedMIMETypes = new HashSet(allowedMIMETypes);
// ctx.allowedMIMETypes.add("text/html");
tProducedIndex = System.currentTimeMillis();
- indexing = true;
}
@@ -891,7 +889,6 @@
ctx.allowedMIMETypes = new HashSet(allowedMIMETypes);
tProducedIndex = System.currentTimeMillis();
- indexing = true;
stopped = false;
count = 0;
try{
More information about the cvs
mailing list