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/actions/mapmode/ImproveWayAccuracyAction.java

    r11144 r11381  
    401401                updateStateByCurrentSelection();
    402402            }
    403         } else if (state == State.IMPROVING && mousePos != null) {
     403        } else if (state == State.IMPROVING) {
    404404            // Checking if the new coordinate is outside of the world
    405405            if (mv.getLatLon(mousePos.x, mousePos.y).isOutSideWorld()) {
Note: See TracChangeset for help on using the changeset viewer.