- Timestamp:
- 2010-04-27T13:33:43+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/OsmApi.java
r3083 r3212 122 122 123 123 @Override public void startElement(String namespaceURI, String localName, String qName, Attributes atts) throws SAXException { 124 for (int i=0; i< qName.length(); i++) {124 for (int i=0; i< atts.getLength(); i++) { 125 125 capabilities.put(qName, atts.getQName(i), atts.getValue(i)); 126 126 }
Note:
See TracChangeset
for help on using the changeset viewer.