mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
fix tree
This commit is contained in:
parent
31398c727f
commit
862756e48f
@ -20,7 +20,7 @@ import java.util.List;
|
||||
* @author liangbaikai
|
||||
* @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 final TreeNodeConfig treeNodeConfig;
|
||||
|
Loading…
x
Reference in New Issue
Block a user