r26882 - trunk/plugins/XMLSpider
[email protected] Thu, 16 Apr 2009 07:12:13 +0000
| Newsgroups | gmane.network.freenet.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: j16sdiz
Date: 2009-04-16 07:12:11 +0000 (Thu, 16 Apr 2009)
New Revision: 26882
Modified:
trunk/plugins/XMLSpider/XMLSpider.java
Log:
Update onFoundEdition API
Modified: trunk/plugins/XMLSpider/XMLSpider.java
===================================================================
--- trunk/plugins/XMLSpider/XMLSpider.java 2009-04-16 04:44:59 UTC (rev 26881)
+++ trunk/plugins/XMLSpider/XMLSpider.java 2009-04-16 07:12:11 UTC (rev 26882)
@@ -690,7 +690,8 @@
}
}
- public void onFoundEdition(long l, USK key, ObjectContainer container, ClientContext context, boolean metadata, short codec, byte[] data){
+ public void onFoundEdition(long l, USK key, ObjectContainer container, ClientContext context, boolean metadata,
+ short codec, byte[] data, boolean newKnownGood, boolean newSlotToo) {
FreenetURI uri = key.getURI();
/*-
* FIXME this code don't make sense