This commit is contained in:
Looly 2021-07-06 00:40:32 +08:00
parent 31398c727f
commit 862756e48f

View File

@ -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;