Skip to content

Commit 73d9faf

Browse files
committed
Javadoc
1 parent cd53b72 commit 73d9faf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/java/org/apache/commons/io/function/UncheckedIOSpliterator.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@
2727
/**
2828
* A {@link Spliterator} for an {@link IOSpliterator} that throws {@link UncheckedIOException} instead of
2929
* {@link IOException}.
30-
*
30+
* <p>
3131
* Keep package-private for now.
32+
* </p>
3233
*
3334
* @param <T> the type of elements returned by this iterator.
3435
*/

0 commit comments

Comments
 (0)