Changeset 36083 in osm for applications/editors/josm
- Timestamp:
- 2023-05-25T14:36:46+02:00 (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/HouseNumberTaggingTool/src/org/openstreetmap/josm/plugins/housenumbertool/TagDialog.java
r36060 r36083 447 447 448 448 try { 449 if (pluginDir. mkdirs()) {449 if (pluginDir.isDirectory() || pluginDir.mkdirs()) { 450 450 try ( 451 451 FileOutputStream file = new FileOutputStream(fileName);
Note:
See TracChangeset
for help on using the changeset viewer.