Author: sback
Date: 2007-06-27 23:26:52 +0000 (Wed, 27 Jun 2007)
New Revision: 13791
Modified:
trunk/freenet/src/freenet/support/SimpleFieldSet.java
Log:
Added a comment to improve constructor readability
Modified: trunk/freenet/src/freenet/support/SimpleFieldSet.java
===================================================================
--- trunk/freenet/src/freenet/support/SimpleFieldSet.java 2007-06-27
22:59:07 UTC (rev 13790)
+++ trunk/freenet/src/freenet/support/SimpleFieldSet.java 2007-06-27
23:26:52 UTC (rev 13791)
@@ -77,6 +77,10 @@
/**
* Construct from a string.
+ * String format:
+ * blah=blah
+ * blah=blah
+ * End
* @param shortLived If false, strings will be interned to ensure that
they use as
* little memory as possible. Only set to true if the SFS will be
short-lived or
* small.