Skip to content

Commit 575c111

Browse files
committed
Javadoc: The @deprecated tag should be last.
1 parent 6652857 commit 575c111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ public class LineIterator implements Iterator<String>, Closeable {
5656
* Closes a {@link LineIterator} quietly.
5757
*
5858
* @param iterator The iterator to close, or {@code null}.
59+
* @see Throwable#addSuppressed(Throwable)
5960
* @deprecated As of 2.6 deprecated without replacement. Please use the try-with-resources statement or handle
6061
* suppressed exceptions manually.
61-
* @see Throwable#addSuppressed(Throwable)
6262
*/
6363
@Deprecated
6464
public static void closeQuietly(final LineIterator iterator) {

0 commit comments

Comments
 (0)