mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
xdebugger: method WatchesRootNode::getAllChildren restored to fix API compatibility
This commit is contained in:
+8
@@ -88,6 +88,14 @@ public class WatchesRootNode extends XValueContainerNode<XValueContainer> {
|
||||
return ContainerUtil.concat(myChildren, children);
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated use {@link #getWatchChildren()} instead
|
||||
*/
|
||||
@NotNull
|
||||
public List<? extends WatchNode> getAllChildren() {
|
||||
return getWatchChildren();
|
||||
}
|
||||
|
||||
@NotNull
|
||||
public List<? extends WatchNode> getWatchChildren() {
|
||||
return myChildren;
|
||||
|
||||
Reference in New Issue
Block a user