Changeset 34401 in osm for applications/editors/josm
- Timestamp:
- 2018-07-08T00:20:55+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/pdfimport/src/pdfimport/FilePlacement18.java
r34398 r34401 376 376 public void load(File baseFile) throws IOException { 377 377 File file = new File(baseFile + ".placement"); 378 Properties p = new Properties( 9);378 Properties p = new Properties(); 379 379 try (FileInputStream s = new FileInputStream(file)){ 380 380 p.load(s);
Note:
See TracChangeset
for help on using the changeset viewer.