mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
Update TreeBuilder.java
跟上面的checkBuilt(); 重复了
This commit is contained in:
parent
58355265ff
commit
c50b1b302f
@ -129,7 +129,6 @@ public class TreeBuilder<E> implements Builder<Tree<E>> {
|
||||
public TreeBuilder<E> append(Map<E, Tree<E>> map) {
|
||||
checkBuilt();
|
||||
|
||||
Assert.isFalse(isBuild, "Current tree has been built.");
|
||||
this.idTreeMap.putAll(map);
|
||||
return this;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user