Changeset 14078 in josm


Ignore:
Timestamp:
2018-08-03T08:27:35+02:00 (6 years ago)
Author:
stoecker
Message:

see #16499 - fix typos

Location:
trunk
Files:
2 edited

Legend:

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

    r14038 r14078  
    572572                    current.setChangesetId(0);
    573573                } else if (current.getChangesetId() < 0) {
    574                     // for an existing primitive this is a problem only for negative ids (GPDR extracts are set to 0)
     574                    // for an existing primitive this is a problem only for negative ids (GDPR extracts are set to 0)
    575575                    throwException(tr("Illegal value for attribute ''changeset''. Got {0}.", v));
    576576                }
  • trunk/test/unit/org/openstreetmap/josm/io/OsmReaderTest.java

    r14038 r14078  
    268268
    269269    /**
    270      * Test GPDR-compliant changeset.
     270     * Test GDPR-compliant changeset.
    271271     * @throws Exception if any error occurs
    272272     */
Note: See TracChangeset for help on using the changeset viewer.