Skip to content

Commit cd53b72

Browse files
committed
Javadoc
1 parent a5ad42c commit cd53b72

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@
2323
import java.util.Objects;
2424

2525
/**
26-
* An {@link Iterator} for a {@link IOIterator} that throws {@link UncheckedIOException} instead of {@link IOException}.
27-
*
26+
* An {@link Iterator} for an {@link IOIterator} that throws {@link UncheckedIOException} instead of {@link IOException}.
27+
* <p>
2828
* Keep package-private for now.
29+
* </p>
2930
*
3031
* @param <E> the type of elements returned by this iterator.
3132
*/

0 commit comments

Comments
 (0)