Author: j16sdiz
Date: 2008-10-24 12:12:27 +0000 (Fri, 24 Oct 2008)
New Revision: 23070

Modified:
   trunk/freenet/src/freenet/support/io/NullBucket.java
Log:
unused method

Modified: trunk/freenet/src/freenet/support/io/NullBucket.java
===================================================================
--- trunk/freenet/src/freenet/support/io/NullBucket.java        2008-10-24 
12:06:59 UTC (rev 23069)
+++ trunk/freenet/src/freenet/support/io/NullBucket.java        2008-10-24 
12:12:27 UTC (rev 23070)
@@ -35,13 +35,6 @@
     public InputStream getInputStream() { return nullIn; }

     /**
-     * If resetWrite() is called on the object, the next getOutputStream
-     * should overwrite any other data in the bucket from the beginning,
-     * otherwise it should append it.
-     **/
-    public void resetWrite() {}
-
-    /**
      * Returns the amount of data currently in this bucket.
      **/
     public long size() {


Reply via email to