Changeset 16948 in josm for trunk


Ignore:
Timestamp:
2020-08-28T21:02:38+02:00 (4 years ago)
Author:
stoecker
Message:

drop unused variable

File:
1 edited

Legend:

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

    r16934 r16948  
    6060    /** The record separator is 0x1E per RFC 7464 */
    6161    private static final byte RECORD_SEPARATOR_BYTE = 0x1E;
    62     private JsonParser parser;
    6362    private Projection projection = Projections.getProjectionByCode("EPSG:4326"); // WGS 84
    6463
Note: See TracChangeset for help on using the changeset viewer.