This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git
commit dd44d7d170674295c667fe899b6c78a4c6142308 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Nov 23 09:42:42 2023 -0500 Javadoc --- src/main/java/org/apache/commons/io/IOUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/io/IOUtils.java b/src/main/java/org/apache/commons/io/IOUtils.java index dfb4c19e..9752615a 100644 --- a/src/main/java/org/apache/commons/io/IOUtils.java +++ b/src/main/java/org/apache/commons/io/IOUtils.java @@ -1888,7 +1888,7 @@ public class IOUtils { * * @param reader the {@link Reader} to read, not null * @return an Iterator of the lines in the reader, never null - * @throws IllegalArgumentException if the reader is null + * @throws NullPointerException if the reader is null * @since 1.2 */ public static LineIterator lineIterator(final Reader reader) {