Ignore:
Timestamp:
2019-12-13T22:12:24+01:00 (5 years ago)
Author:
Don-vip
Message:

tools update: checkstyle 8.27, pmd 6.20, spotbugs 3.1.12

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/JosmAction.java

    r15521 r15588  
    279279            SelectionEventManager.getInstance().removeSelectionListener(selectionChangeAdapter);
    280280        }
    281         MainApplication.getToolbar().unregister(this);
     281        if (MainApplication.getToolbar() != null) {
     282            MainApplication.getToolbar().unregister(this);
     283        }
    282284    }
    283285
Note: See TracChangeset for help on using the changeset viewer.