mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
commit
8039ed6df8
@ -129,7 +129,6 @@ public class TreeBuilder<E> implements Builder<Tree<E>> {
|
|||||||
public TreeBuilder<E> append(Map<E, Tree<E>> map) {
|
public TreeBuilder<E> append(Map<E, Tree<E>> map) {
|
||||||
checkBuilt();
|
checkBuilt();
|
||||||
|
|
||||||
Assert.isFalse(isBuild, "Current tree has been built.");
|
|
||||||
this.idTreeMap.putAll(map);
|
this.idTreeMap.putAll(map);
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user