Changeset 16630 in josm for trunk/src/org/openstreetmap/josm/io/OsmChangesetParser.java
- Timestamp:
- 2020-06-14T17:17:08+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/OsmChangesetParser.java
r14231 r16630 205 205 throwException(tr("Missing mandatory attribute ''{0}''.", "version")); 206 206 } 207 if (! ("0.6".equals(v))) {207 if (!"0.6".equals(v)) { 208 208 throwException(tr("Unsupported version: {0}", v)); 209 209 }
Note:
See TracChangeset
for help on using the changeset viewer.
