Javadoc: Close HTML tags

This commit is contained in:
Gary Gregory 2024-10-19 09:02:22 -04:00
parent 38ecfdc197
commit 2e48bfd0b3
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ import org.apache.commons.collections4.MapIterator;
* Provides basic behavior for decorating a map iterator with extra functionality.
* <p>
* All methods are forwarded to the decorated map iterator.
* </p>
*
* @param <K> the type of keys
* @param <V> the type of mapped values