Javadoc: Close HTML tag

This commit is contained in:
Gary Gregory 2024-06-23 07:49:21 -04:00
parent d5c0defada
commit 3fe6d20f7b

View File

@ -25,6 +25,7 @@
* from the new format to the old format and vice versa. * from the new format to the old format and vice versa.
* <p> * <p>
* The following implementations are provided in the package: * The following implementations are provided in the package:
* </p>
* <ul> * <ul>
* <li>DualHashBidiMap - uses two HashMaps to implement BidiMap * <li>DualHashBidiMap - uses two HashMaps to implement BidiMap
* <li>DualLinkedHashBidiMap - uses two LinkedHashMaps to implement BidiMap * <li>DualLinkedHashBidiMap - uses two LinkedHashMaps to implement BidiMap
@ -33,6 +34,7 @@
* </ul> * </ul>
* <p> * <p>
* The following decorators are provided in the package: * The following decorators are provided in the package:
* </p>
* <ul> * <ul>
* <li>Unmodifiable - ensures the map cannot be altered * <li>Unmodifiable - ensures the map cannot be altered
* </ul> * </ul>