You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ni...@apache.org on 2007/05/22 21:39:45 UTC

svn commit: r540714 - /jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/ThresholdingOutputStream.java

Author: niallp
Date: Tue May 22 12:39:44 2007
New Revision: 540714

URL: http://svn.apache.org/viewvc?view=rev&rev=540714
Log:
IO-121 - change the new method name from reset() to resetByteCount() to make it more obvious what its function is

Modified:
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/ThresholdingOutputStream.java

Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/ThresholdingOutputStream.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/ThresholdingOutputStream.java?view=diff&rev=540714&r1=540713&r2=540714
==============================================================================
--- jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/ThresholdingOutputStream.java (original)
+++ jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/ThresholdingOutputStream.java Tue May 22 12:39:44 2007
@@ -226,7 +226,7 @@
      * Resets the byteCount to zero.  You can call this from 
      * {@link #thresholdReached()} if you want the event to be triggered again. 
      */
-    protected void reset() 
+    protected void resetByteCount() 
     {
         this.thresholdExceeded = false;
         this.written = 0;



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org