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 
      * [EMAIL PROTECTED] #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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to