Ignore:
Timestamp:
2016-06-01T23:17:40+02:00 (7 years ago)
Author:
Don-vip
Message:

sonar - squid:S1854 - Dead stores should be removed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/corrector/TagCorrector.java

    r10125 r10308  
    146146
    147147                    // create the clone
    148                     OsmPrimitive clone = null;
     148                    OsmPrimitive clone;
    149149                    if (primitive instanceof Way) {
    150150                        clone = new Way((Way) primitive);
Note: See TracChangeset for help on using the changeset viewer.