Skip to content

Commit 0b86b74

Browse files
committed
Fixing javadoc as per IO-180
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@694200 13f79535-47bb-0310-9956-ffa450edef68
1 parent 85efecf commit 0b86b74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
* /// do something with line
4141
* }
4242
* } finally {
43-
* LineIterator.closeQuietly(iterator);
43+
* LineIterator.closeQuietly(it);
4444
* }
4545
* </pre>
4646
*

0 commit comments

Comments
 (0)