Changeset 34401 in osm for applications/editors


Ignore:
Timestamp:
2018-07-08T00:20:55+02:00 (6 years ago)
Author:
donvip
Message:

fix compilation error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/pdfimport/src/pdfimport/FilePlacement18.java

    r34398 r34401  
    376376        public void load(File baseFile) throws IOException {
    377377                File file = new File(baseFile + ".placement");
    378                 Properties p = new Properties(9);
     378                Properties p = new Properties();
    379379                try (FileInputStream s = new FileInputStream(file)){
    380380                        p.load(s);
Note: See TracChangeset for help on using the changeset viewer.