Changeset 18051 in josm for trunk/src/org/openstreetmap/josm/io/GpxReader.java
- Timestamp:
- 2021-07-17T17:24:53+02:00 (5 years ago)
- File:
-
- 1 edited
-
trunk/src/org/openstreetmap/josm/io/GpxReader.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/GpxReader.java
r17984 r18051 133 133 @Override 134 134 public void startElement(String namespaceURI, String localName, String qName, Attributes atts) throws SAXException { 135 elements.push(new String[] { namespaceURI, localName, qName});135 elements.push(new String[] {namespaceURI, localName, qName}); 136 136 switch(currentState) { 137 137 case INIT:
Note:
See TracChangeset
for help on using the changeset viewer.
