mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
fix comment
This commit is contained in:
parent
abe420b3fe
commit
72b9741928
@ -219,8 +219,8 @@ public class LinkedForestMap<K, V> implements ForestMap<K, V> {
|
||||
* </ul>
|
||||
* 该操作等同于:
|
||||
* <pre>
|
||||
* TreeEntry<K, V> parent = putNode(parentKey, parentValue);
|
||||
* TreeEntry<K, V> child = putNode(childKey, childValue);
|
||||
* TreeEntry<K, V> parent = putNode(parentKey, parentValue);
|
||||
* TreeEntry<K, V> child = putNode(childKey, childValue);
|
||||
* linkNodes(parentKey, childKey);
|
||||
* </pre>
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user