mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix comment
This commit is contained in:
@@ -219,8 +219,8 @@ public class LinkedForestMap<K, V> implements ForestMap<K, V> {
|
|||||||
* </ul>
|
* </ul>
|
||||||
* 该操作等同于:
|
* 该操作等同于:
|
||||||
* <pre>
|
* <pre>
|
||||||
* TreeEntry<K, V> parent = putNode(parentKey, parentValue);
|
* TreeEntry<K, V> parent = putNode(parentKey, parentValue);
|
||||||
* TreeEntry<K, V> child = putNode(childKey, childValue);
|
* TreeEntry<K, V> child = putNode(childKey, childValue);
|
||||||
* linkNodes(parentKey, childKey);
|
* linkNodes(parentKey, childKey);
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user