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 73d9faf74cb7624dac275add35b99e47890d7f43
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Dec 10 14:09:40 2024 -0500

    Javadoc
---
 .../java/org/apache/commons/io/function/UncheckedIOSpliterator.java    | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/io/function/UncheckedIOSpliterator.java 
b/src/main/java/org/apache/commons/io/function/UncheckedIOSpliterator.java
index fae6fa616..dc99e3198 100644
--- a/src/main/java/org/apache/commons/io/function/UncheckedIOSpliterator.java
+++ b/src/main/java/org/apache/commons/io/function/UncheckedIOSpliterator.java
@@ -27,8 +27,9 @@ import java.util.function.Consumer;
 /**
  * A {@link Spliterator} for an {@link IOSpliterator} that throws {@link 
UncheckedIOException} instead of
  * {@link IOException}.
- *
+ * <p>
  * Keep package-private for now.
+ * </p>
  *
  * @param <T> the type of elements returned by this iterator.
  */

Reply via email to