Changeset 29433 in osm for applications/editors/josm/plugins/imagery_offset_db/src/iodb/GetImageryOffsetAction.java
- Timestamp:
- 2013-03-29T20:57:36+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/imagery_offset_db/src/iodb/GetImageryOffsetAction.java
r29430 r29433 159 159 offsets = new IODBReader(inp).parse(); 160 160 } catch( Exception e ) { 161 throw new UploadException(tr("Error processing XML response ") + ": " +e.getMessage());161 throw new UploadException(tr("Error processing XML response: {0}", e.getMessage())); 162 162 } 163 163 }
Note:
See TracChangeset
for help on using the changeset viewer.
