You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2006/03/11 19:07:04 UTC

svn commit: r385117 - /jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/IOUtils.java

Author: scolebourne
Date: Sat Mar 11 10:07:02 2006
New Revision: 385117

URL: http://svn.apache.org/viewcvs?rev=385117&view=rev
Log:
Fix javadoc warnings

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

Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/IOUtils.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/IOUtils.java?rev=385117&r1=385116&r2=385117&view=diff
==============================================================================
--- jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/IOUtils.java (original)
+++ jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/IOUtils.java Sat Mar 11 10:07:02 2006
@@ -514,9 +514,8 @@
      * <code>LineIterator</code> holds a reference to the open
      * <code>Reader</code> specified here. When you have finished with the
      * iterator you should close the reader to free internal resources.
-     * This can be done by closing the reader directly, or by calling the
-     * {@link #close()} or {@link #closeQuietly(LineIterator)} method on
-     * the iterator.
+     * This can be done by closing the reader directly, or by calling
+     * {@link LineIterator#close()} or {@link LineIterator#closeQuietly(LineIterator)}.
      * <p>
      * The recommended usage pattern is:
      * <pre>
@@ -546,10 +545,9 @@
      * <p>
      * <code>LineIterator</code> holds a reference to the open
      * <code>InputStream</code> specified here. When you have finished with
-     * the iterator you should close the reader to free internal resources.
-     * This can be done by closing the reader directly, or by calling the
-     * {@link #close()} or {@link #closeQuietly(LineIterator)} method on
-     * the iterator.
+     * the iterator you should close the stream to free internal resources.
+     * This can be done by closing the stream directly, or by calling
+     * {@link LineIterator#close()} or {@link LineIterator#closeQuietly(LineIterator)}.
      * <p>
      * The recommended usage pattern is:
      * <pre>



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