Author: toad
Date: 2008-04-14 17:16:39 +0000 (Mon, 14 Apr 2008)
New Revision: 19330
Modified:
trunk/freenet/src/freenet/store/StoreCallback.java
Log:
Slightly better javadocs
Modified: trunk/freenet/src/freenet/store/StoreCallback.java
===================================================================
--- trunk/freenet/src/freenet/store/StoreCallback.java 2008-04-14 17:15:23 UTC
(rev 19329)
+++ trunk/freenet/src/freenet/store/StoreCallback.java 2008-04-14 17:16:39 UTC
(rev 19330)
@@ -46,7 +46,7 @@
/** Construct a StorableBlock from the data, headers, and optionally
routing key or full key.
* IMPORTANT: Using the full key or routing key is OPTIONAL, and if we
don't use them, WE DON'T
- * CHECK THEM EITHER! You MUST check that the key is the one you
expected.
+ * CHECK THEM EITHER! Caller MUST check that the key is the one
expected.
* @throws KeyVerifyException */
abstract StorableBlock construct(byte[] data, byte[] headers, byte[]
routingKey, byte[] fullKey) throws KeyVerifyException;