Javadoc: Close HTML tags
This commit is contained in:
parent
38ecfdc197
commit
2e48bfd0b3
|
@ -24,6 +24,7 @@ import org.apache.commons.collections4.MapIterator;
|
||||||
* Provides basic behavior for decorating a map iterator with extra functionality.
|
* Provides basic behavior for decorating a map iterator with extra functionality.
|
||||||
* <p>
|
* <p>
|
||||||
* All methods are forwarded to the decorated map iterator.
|
* All methods are forwarded to the decorated map iterator.
|
||||||
|
* </p>
|
||||||
*
|
*
|
||||||
* @param <K> the type of keys
|
* @param <K> the type of keys
|
||||||
* @param <V> the type of mapped values
|
* @param <V> the type of mapped values
|
||||||
|
|
Loading…
Reference in New Issue