Author: toad
Date: 2008-03-22 12:37:31 +0000 (Sat, 22 Mar 2008)
New Revision: 18718

Modified:
   trunk/freenet/src/freenet/node/BaseSendableGet.java
Log:
Fix the build.

Modified: trunk/freenet/src/freenet/node/BaseSendableGet.java
===================================================================
--- trunk/freenet/src/freenet/node/BaseSendableGet.java 2008-03-22 08:50:46 UTC 
(rev 18717)
+++ trunk/freenet/src/freenet/node/BaseSendableGet.java 2008-03-22 12:37:31 UTC 
(rev 18718)
@@ -7,6 +7,4 @@
        /** Get a numbered key to fetch. */
        public abstract Key getNodeKey(Object token);

-       public abstract boolean hasValidKeys(KeysFetchingLocally fetching);
-
 }


Reply via email to