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 cd53b72a4c16f2f28973338d9492c6c949c37842 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Dec 10 14:09:19 2024 -0500 Javadoc --- .../java/org/apache/commons/io/function/UncheckedIOIterator.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/io/function/UncheckedIOIterator.java b/src/main/java/org/apache/commons/io/function/UncheckedIOIterator.java index 47245261b..af5492616 100644 --- a/src/main/java/org/apache/commons/io/function/UncheckedIOIterator.java +++ b/src/main/java/org/apache/commons/io/function/UncheckedIOIterator.java @@ -23,9 +23,10 @@ import java.util.Iterator; import java.util.Objects; /** - * An {@link Iterator} for a {@link IOIterator} that throws {@link UncheckedIOException} instead of {@link IOException}. - * + * An {@link Iterator} for an {@link IOIterator} that throws {@link UncheckedIOException} instead of {@link IOException}. + * <p> * Keep package-private for now. + * </p> * * @param <E> the type of elements returned by this iterator. */