You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tidy up, removed redundant (and added necessary) notifications of changes in AlertTreeModel:
- Changed the method findAndAddChild to notify of changes in the parent node when the child is added;
- Changed the method findAndAddLeaf (and renamed it to addLeaf) to not return the leaf and notify that the parent node has changed only when the node is really added;
- Changed method deletePath(Alert) to only notify of the changes really made;
- Removed the methods nodesChanged(AlertNode) and nodesChangedEventHandler(AlertNode) as they are no longer used.
0 commit comments