Changeset 25059 in osm for applications/editors/josm/plugins/CommandLine/src/CommandLine/Loader.java
- Timestamp:
- 2011-01-16T13:29:07+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/CommandLine/src/CommandLine/Loader.java
r25052 r25059 57 57 private void loadFile(SAXParser parser, String fileName) { 58 58 try { 59 parser.parse( fileName, this);59 parser.parse(new File(fileName).toURI().toString(), this); 60 60 } 61 61 catch (Exception e) {
Note:
See TracChangeset
for help on using the changeset viewer.