Skip to content

Commit 410c5db

Browse files
committed
Javadoc: Close HTML tag
1 parent 2a427b0 commit 410c5db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/apache/commons/collections4/iterators/UnmodifiableIterator.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ public final class UnmodifiableIterator<E> implements Iterator<E>, Unmodifiable
3636
* Decorates the specified iterator such that it cannot be modified.
3737
* <p>
3838
* If the iterator is already unmodifiable it is returned directly.
39+
* </p>
3940
*
4041
* @param <E> the element type
4142
* @param iterator the iterator to decorate

0 commit comments

Comments
 (0)