Changeset 35304 in osm for applications/editors/josm/plugins/comfort0
- Timestamp:
- 2020-01-16T21:24:10+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/comfort0/src/net/simon04/comfort0/EditLevel0LAction.java
r35294 r35304 52 52 editLevel0(); 53 53 } catch (Exception ex) { 54 ex.printStackTrace();54 Logging.error(ex); 55 55 } 56 56 } … … 82 82 Files.delete(path); 83 83 } catch (Exception ex) { 84 ex.printStackTrace();84 Logging.error(ex); 85 85 } 86 86 }
Note:
See TracChangeset
for help on using the changeset viewer.