- Timestamp:
- 2009-09-10T20:48:39+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/OsmReader.java
r2089 r2092 339 339 current.rememberTag(key, value); 340 340 } else { 341 throwException(tr("Undefined element ''{0}'' found in input stream. Aborting.", qName));341 System.out.println(tr("Warning: Undefined element ''{0}'' found in input stream. Skipping.", qName)); 342 342 } 343 343 }
Note:
See TracChangeset
for help on using the changeset viewer.