Author: toad Date: 2008-07-21 17:29:25 +0000 (Mon, 21 Jul 2008) New Revision: 21290
Modified: branches/db4o/freenet/src/freenet/node/SendableGet.java Log: imports Modified: branches/db4o/freenet/src/freenet/node/SendableGet.java =================================================================== --- branches/db4o/freenet/src/freenet/node/SendableGet.java 2008-07-21 16:45:47 UTC (rev 21289) +++ branches/db4o/freenet/src/freenet/node/SendableGet.java 2008-07-21 17:29:25 UTC (rev 21290) @@ -13,7 +13,6 @@ import freenet.keys.ClientKey; import freenet.keys.ClientKeyBlock; import freenet.keys.Key; -import freenet.keys.KeyBlock; import freenet.support.Logger; import freenet.support.io.NativeThread;
