Author: xor
Date: 2009-04-19 11:52:37 +0000 (Sun, 19 Apr 2009)
New Revision: 27041

Modified:
   trunk/freenet/src/freenet/support/SimpleFieldSet.java
Log:
Javadoc.

Modified: trunk/freenet/src/freenet/support/SimpleFieldSet.java
===================================================================
--- trunk/freenet/src/freenet/support/SimpleFieldSet.java       2009-04-19 
11:50:23 UTC (rev 27040)
+++ trunk/freenet/src/freenet/support/SimpleFieldSet.java       2009-04-19 
11:52:37 UTC (rev 27041)
@@ -272,6 +272,9 @@
     
     /**
      * Set a key to a value, overwriting any existing value if present.
+     * This function is a little bit faster than putAppend() because it does 
not
+     * check whether the key already exists.
+     * 
      * @param key The key.
      * @param value The value.
      */

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

Reply via email to