Changeset 29019 in osm for applications/editors/josm/plugins/opendata/src/org/openstreetmap
- Timestamp:
- 2012-12-01T23:09:37+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/NetworkReader.java
r28696 r29019 140 140 } 141 141 if (readerClass == null) { 142 readerClass = findReaderByContentType();142 readerClass = findReaderByExtension(url.toLowerCase()); 143 143 } 144 144 if (readerClass == null) { 145 readerClass = findReaderBy Extension(url.toLowerCase());145 readerClass = findReaderByContentType(); 146 146 } 147 147 if (readerClass == null) {
Note:
See TracChangeset
for help on using the changeset viewer.