Index: /applications/editors/josm/plugins/pdfimport/src/pdfimport/FilePlacement18.java
===================================================================
--- /applications/editors/josm/plugins/pdfimport/src/pdfimport/FilePlacement18.java	(revision 34400)
+++ /applications/editors/josm/plugins/pdfimport/src/pdfimport/FilePlacement18.java	(revision 34401)
@@ -376,5 +376,5 @@
 	public void load(File baseFile) throws IOException {
 		File file = new File(baseFile + ".placement");
-		Properties p = new Properties(9);
+		Properties p = new Properties();
 		try (FileInputStream s = new FileInputStream(file)){
 			p.load(s);
