Skip to content

Commit 6ca93e4

Browse files
committed
Fix Javadoc warning - Tag @see: missing #: "lineIterator(File, String)"
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@491360 13f79535-47bb-0310-9956-ffa450edef68
1 parent 8f4a512 commit 6ca93e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/java/org/apache/commons/io/FileUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,7 @@ public static LineIterator lineIterator(File file, String encoding) throws IOExc
10791079
* Return an Iterator for the lines in a <code>File</code> using the default encoding for the VM.
10801080
*
10811081
* @since Commons IO 1.3
1082-
* @see lineIterator(File, String)
1082+
* @see #lineIterator(File, String)
10831083
*/
10841084
public static LineIterator lineIterator(File file) throws IOException {
10851085
return lineIterator(file, null);

0 commit comments

Comments
 (0)