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 2006/10/13 02:54:18 UTC

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

Author: niallp
Date: Thu Oct 12 17:54:17 2006
New Revision: 463536

URL: http://svn.apache.org/viewvc?view=rev&rev=463536
Log:
javadoc only

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

Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/CountingOutputStream.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/CountingOutputStream.java?view=diff&rev=463536&r1=463535&r2=463536
==============================================================================
--- jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/CountingOutputStream.java (original)
+++ jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/CountingOutputStream.java Thu Oct 12 17:54:17 2006
@@ -77,6 +77,7 @@
      * number of bytes written.
      *
      * @param b  the byte to write
+     * @throws IOException if an I/O error occurs
      * @see java.io.OutputStream#write(int)
      */
     public void write(int b) throws IOException {



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