mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix tree
This commit is contained in:
@@ -20,7 +20,7 @@ import java.util.List;
|
|||||||
* @author liangbaikai
|
* @author liangbaikai
|
||||||
* @since 5.2.1
|
* @since 5.2.1
|
||||||
*/
|
*/
|
||||||
public class Tree<T> extends LinkedHashMap<String, Object> implements Node<T> {
|
public class Tree<T> extends LinkedHashMap<String, Object> implements Node<T> {
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
|
|
||||||
private final TreeNodeConfig treeNodeConfig;
|
private final TreeNodeConfig treeNodeConfig;
|
||||||
|
Reference in New Issue
Block a user