Skip to content

Commit f0f6a1d

Browse files
cstamasslawekjaranowski
authored andcommitted
Fix javadoc
1 parent 55c5f44 commit f0f6a1d

File tree

1 file changed

+3
-3
lines changed
  • maven-resolver-util/src/main/java/org/eclipse/aether/util/graph/manager

1 file changed

+3
-3
lines changed

maven-resolver-util/src/main/java/org/eclipse/aether/util/graph/manager/MMap.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
* Warning: this is a special map-like construct that suits only and should be used only in this package!
2727
* It has the following properties:
2828
* <ul>
29-
* <ul>memorizes once calculated hashCode</ul>
30-
* <ul>once hashCode calculated, goes into "read only" mode (put method will fail)</ul>
31-
* <ul>otherwise all the rest is same as for {@link HashMap}</ul>
29+
* <li>memorizes once calculated hashCode</li>
30+
* <li>once hashCode calculated, goes into "read only" mode (put method will fail)</li>
31+
* <li>otherwise all the rest is same as for {@link HashMap}</li>
3232
* </ul>
3333
*
3434
* This class is not a generic map class; only those methods are "protected" that are in use in this very

0 commit comments

Comments
 (0)