Author: xor
Date: 2009-04-19 11:53:28 +0000 (Sun, 19 Apr 2009)
New Revision: 27042

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

Modified: trunk/freenet/src/freenet/support/SimpleFieldSet.java
===================================================================
--- trunk/freenet/src/freenet/support/SimpleFieldSet.java       2009-04-19 
11:52:37 UTC (rev 27041)
+++ trunk/freenet/src/freenet/support/SimpleFieldSet.java       2009-04-19 
11:53:28 UTC (rev 27042)
@@ -260,7 +260,10 @@
     }
     
     /**
-     * Aggregating put. Set a key to a value, if the value already exists, 
append to it. 
+     * Aggregating put. Set a key to a value, if the value already exists, 
append to it.
+     * If you do not need this functionality please use putOverwrite for a 
minimal
+     * performance gain.
+     *  
      * @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