Changeset 30863 in osm for applications
- Timestamp:
- 2014-12-19T17:53:12+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/customurl/URLList.java
r30862 r30863 81 81 PrintWriter fw=null; 82 82 try { 83 f.getParentFile().mkdirs(); 83 84 fw=new PrintWriter(f); 84 85 for (String s : items) {
Note:
See TracChangeset
for help on using the changeset viewer.