Compare commits
2 Commits
2ed6d88cc7
...
dad8a12e11
Author | SHA1 | Date | |
---|---|---|---|
dad8a12e11 | |||
f7870182ba |
@ -61,6 +61,9 @@ public class TreeUtil {
|
||||
setChildren1(node, list);
|
||||
}
|
||||
}
|
||||
if (result.isEmpty()){
|
||||
return list;
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user