Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix NPE when window closing overlaps with event (#234)
Fixes a rare occurrence of NPE when closing the Network Tree (Configure Nodes) window. The cause was a PropertyChangeEvent arriving after the release() call had (in theory) closed everything down. That nulled-out the timer reference. This detects that condition and ignores the event with a warning in the log.
- Loading branch information