Ignore:
Timestamp:
2018-05-26T20:11:44+02:00 (6 years ago)
Author:
Don-vip
Message:

SonarQube - fix more code issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/command/SplitWayCommand.java

    r13173 r13852  
    275275        Collection<String> nowarnroles = Config.getPref().getList("way.split.roles.nowarn",
    276276                Arrays.asList("outer", "inner", "forward", "backward", "north", "south", "east", "west"));
    277 
    278         //final MapFrame map = MainApplication.getMap();
    279         //final boolean isMapModeDraw = map != null && map.mapMode == map.mapModeDraw;
    280277
    281278        // Change the original way
Note: See TracChangeset for help on using the changeset viewer.