Author: toad
Date: 2007-03-31 16:10:23 +0000 (Sat, 31 Mar 2007)
New Revision: 12476

Modified:
   trunk/freenet/src/freenet/support/io/BucketTools.java
Log:
"Closing the channel will in turn cause the underlying stream to be closed"

Modified: trunk/freenet/src/freenet/support/io/BucketTools.java
===================================================================
--- trunk/freenet/src/freenet/support/io/BucketTools.java       2007-03-31 
16:09:02 UTC (rev 12475)
+++ trunk/freenet/src/freenet/support/io/BucketTools.java       2007-03-31 
16:10:23 UTC (rev 12476)
@@ -50,8 +50,6 @@
 
                writeChannel.close();
                readChannel.close();
-               out.close();
-               in.close();
        }
 
        public final static void zeroPad(Bucket b, long size) throws 
IOException {

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

Reply via email to