Changeset 34021 in osm for applications
- Timestamp:
- 2018-01-19T19:20:14+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/piclayer/src/org/openstreetmap/josm/plugins/piclayer/layer/PicLayerAbstract.java
r33822 r34021 458 458 for (int i = 0; i < 6; ++i) { 459 459 String line = br.readLine(); 460 if (line == null) { 461 throw new IOException("Unable to read line " + (i+1)); 462 } 460 463 e[i] = JosmDecimalFormatSymbolsProvider.parseDouble(line); 461 464 }
Note:
See TracChangeset
for help on using the changeset viewer.