- Timestamp:
- 2006-12-31T13:08:13+01:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/org/openstreetmap/josm/io/OsmServerWriter.java
r169 r179 74 74 } 75 75 } catch (RuntimeException e) { 76 throw new SAXException("An error occoured: " , e);76 throw new SAXException("An error occoured: "+e.getMessage()); 77 77 } 78 78 }
Note:
See TracChangeset
for help on using the changeset viewer.