Author: toad
Date: 2007-12-17 13:12:34 +0000 (Mon, 17 Dec 2007)
New Revision: 16654

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

Modified: trunk/freenet/src/freenet/support/SimpleFieldSet.java
===================================================================
--- trunk/freenet/src/freenet/support/SimpleFieldSet.java       2007-12-17 
13:02:20 UTC (rev 16653)
+++ trunk/freenet/src/freenet/support/SimpleFieldSet.java       2007-12-17 
13:12:34 UTC (rev 16654)
@@ -701,7 +701,8 @@
        public static SimpleFieldSet readFrom(File f, boolean allowMultiple, 
boolean shortLived) throws IOException {
                return readFrom(new FileInputStream(f), allowMultiple, 
shortLived);
        }
-        
+     
+       /** Write to the given OutputStream, close it and flush it. */
         public void writeTo(OutputStream os) throws IOException {
             BufferedOutputStream bos = null;
             OutputStreamWriter osw = null;


Reply via email to