mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
TreeUi: fix for 14917 -- no need for LOG.error()
This commit is contained in:
@@ -1644,9 +1644,7 @@ public class AbstractTreeUi {
|
||||
needToUpdate = true;
|
||||
}
|
||||
|
||||
//noinspection ConstantConditions
|
||||
if (childDescr.get() == null) {
|
||||
LOG.error("childDescr == null, treeStructure = " + getTreeStructure() + ", child = " + child);
|
||||
processingDone.setDone();
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user