File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
maven-resolver-util/src/main/java/org/eclipse/aether/util/graph/manager Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments