Changeset 30482 in osm for applications/editors/josm/plugins/graphview/src/org/openstreetmap
- Timestamp:
- 2014-05-31T15:03:59+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/core/access/ImplicationXMLReader.java
r26345 r30482 212 212 213 213 if ("tag".equals(openingName) || "key".equals(openingName)) { 214 throw new SAXException(tr("Element must not have child s: {0}", openingName));214 throw new SAXException(tr("Element must not have children: {0}", openingName)); 215 215 } 216 216
Note:
See TracChangeset
for help on using the changeset viewer.