Changeset 11189 in josm for trunk/src/org
- Timestamp:
- 2016-10-30T00:17:54+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/imagery/WMTSTileSource.java
r11017 r11189 9 9 import java.io.IOException; 10 10 import java.io.InputStream; 11 import java.nio.charset.StandardCharsets; 11 12 import java.util.ArrayList; 12 13 import java.util.Collection; … … 309 310 } catch (XMLStreamException e) { 310 311 cf.clear(); 312 Main.warn(new String(data, StandardCharsets.UTF_8)); 311 313 throw new IllegalArgumentException(e); 312 314 }
Note:
See TracChangeset
for help on using the changeset viewer.