Author: j16sdiz
Date: 2008-12-08 13:36:06 +0000 (Mon, 08 Dec 2008)
New Revision: 24128

Modified:
   trunk/freenet/src/freenet/client/async/USKCallback.java
Log:
comment, clarify current behaviour

Modified: trunk/freenet/src/freenet/client/async/USKCallback.java
===================================================================
--- trunk/freenet/src/freenet/client/async/USKCallback.java     2008-12-08 
13:15:33 UTC (rev 24127)
+++ trunk/freenet/src/freenet/client/async/USKCallback.java     2008-12-08 
13:36:06 UTC (rev 24128)
@@ -11,9 +11,14 @@
  */
 public interface USKCallback {
 
-       /** Found the latest edition.
-        * @param l The edition number.
-        * @param key The key. */
+       /**
+        * Found the latest edition.
+        * 
+        * @param l
+        *            The edition number.
+        * @param key
+        *            A copy of the key with new edition set
+        */
        void onFoundEdition(long l, USK key);
        
        /**

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

Reply via email to