Javadoc: Close HTML tags

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

View File

@ -24,6 +24,7 @@ import org.apache.commons.collections4.OrderedMapIterator;
* Provides basic behavior for decorating an ordered 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