Skip to content

Commit f775179

Browse files
author
Gary Gregory
committed
No need for a FQCN for classes in java.lang
1 parent c35345f commit f775179

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

0 commit comments

Comments
 (0)