You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by gg...@apache.org on 2006/12/31 02:15:01 UTC

svn commit: r491360 - /jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/FileUtils.java

Author: ggregory
Date: Sat Dec 30 17:15:01 2006
New Revision: 491360

URL: http://svn.apache.org/viewvc?view=rev&rev=491360
Log:
Fix Javadoc warning - Tag @see: missing #: "lineIterator(File, String)"

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

Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/FileUtils.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/FileUtils.java?view=diff&rev=491360&r1=491359&r2=491360
==============================================================================
--- jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/FileUtils.java (original)
+++ jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/FileUtils.java Sat Dec 30 17:15:01 2006
@@ -1079,7 +1079,7 @@
      * Return an Iterator for the lines in a <code>File</code> using the default encoding for the VM.
      *
      * @since Commons IO 1.3
-     * @see lineIterator(File, String)
+     * @see #lineIterator(File, String)
      */
     public static LineIterator lineIterator(File file) throws IOException {
         return lineIterator(file, null);



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