Ignore:
Timestamp:
2016-12-12T02:28:14+01:00 (7 years ago)
Author:
Don-vip
Message:

findbugs - RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/properties/PresetListPanel.java

    r11357 r11381  
    3737        public void mouseClicked(MouseEvent e) {
    3838            Collection<OsmPrimitive> selection = t.createSelection(presetHandler.getSelection());
    39             if (selection == null || selection.isEmpty())
     39            if (selection.isEmpty())
    4040                return;
    4141            int answer = t.showDialog(selection, false);
Note: See TracChangeset for help on using the changeset viewer.