Changeset 9777 in josm for trunk


Ignore:
Timestamp:
2016-02-10T13:07:08+01:00 (8 years ago)
Author:
stoecker
Message:

fix coverity 1350293 - useless local storage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/imagery/ImageryReader.java

    r9755 r9777  
    200200                    newState = State.NO_TILE;
    201201                } else if ("no-tile-checksum".equals(qName)) {
    202                     String type = atts.getValue("type");
    203202                    noTileChecksums.put(atts.getValue("type"), atts.getValue("value"));
    204203                    newState = State.NO_TILESUM;
Note: See TracChangeset for help on using the changeset viewer.