Author: nextgens
Date: 2008-08-01 10:04:50 +0000 (Fri, 01 Aug 2008)
New Revision: 21550

Modified:
   trunk/plugins/XMLSpider/XMLSpider.java
Log:
XMLSpider: fix the build

Modified: trunk/plugins/XMLSpider/XMLSpider.java
===================================================================
--- trunk/plugins/XMLSpider/XMLSpider.java      2008-07-31 22:28:42 UTC (rev 
21549)
+++ trunk/plugins/XMLSpider/XMLSpider.java      2008-08-01 10:04:50 UTC (rev 
21550)
@@ -55,7 +55,6 @@
 import freenet.keys.USK;
 import freenet.node.NodeClientCore;
 import freenet.node.PrioRunnable;
-import freenet.node.RequestClient;
 import freenet.node.RequestStarter;
 import freenet.oldplugins.plugin.HttpPlugin;
 import freenet.oldplugins.plugin.PluginManager;
@@ -79,7 +78,7 @@
  *  @author swati goyal
  *  
  */
-public class XMLSpider implements FredPlugin, FredPluginHTTP, 
FredPluginThreadless,  FredPluginHTTPAdvanced,HttpPlugin, USKCallback, 
RequestClient{
+public class XMLSpider implements FredPlugin, FredPluginHTTP, 
FredPluginThreadless,  FredPluginHTTPAdvanced,HttpPlugin, USKCallback {

        long tProducedIndex;
        /**


Reply via email to