Author: j16sdiz
Date: 2008-12-12 00:35:03 +0000 (Fri, 12 Dec 2008)
New Revision: 24221

Modified:
   trunk/plugins/XMLSpider/XMLSpider.java
Log:
fix revert

Modified: trunk/plugins/XMLSpider/XMLSpider.java
===================================================================
--- trunk/plugins/XMLSpider/XMLSpider.java      2008-12-12 00:30:26 UTC (rev 
24220)
+++ trunk/plugins/XMLSpider/XMLSpider.java      2008-12-12 00:35:03 UTC (rev 
24221)
@@ -1224,7 +1224,7 @@
                        startSomeRequests();
                }
 
-               Long lastPosition = null;
+               Integer lastPosition = null;
                
                public void onText(String s, String type, URI baseURI){
                        Logger.debug(this, "onText on " + page.id + " (" + 
baseURI + ")");

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

Reply via email to