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
The following commit(s) were added to refs/heads/master by this push: new 746d28e2 Javadoc 746d28e2 is described below commit 746d28e2850df47680e491c5226b1131e54336c2 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jun 24 11:14:32 2023 -0400 Javadoc --- src/main/java/org/apache/commons/io/function/IOLongSupplier.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/io/function/IOLongSupplier.java b/src/main/java/org/apache/commons/io/function/IOLongSupplier.java index ff5181c8..0741654b 100644 --- a/src/main/java/org/apache/commons/io/function/IOLongSupplier.java +++ b/src/main/java/org/apache/commons/io/function/IOLongSupplier.java @@ -23,7 +23,7 @@ import java.util.function.LongSupplier; import java.util.function.Supplier; /** - * Like {@link IOLongSupplier} but throws {@link IOException}. + * Like {@link LongSupplier} but throws {@link IOException}. * * @since 2.14.0 */