r27042 - trunk/freenet/src/freenet/support

[email protected] Sun, 19 Apr 2009 11:53:28 +0000
Newsgroups gmane.network.freenet.cvs
Message-ID <[email protected]>
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.
      */