Debug stmts and fix for double object instantiation
[mkjsf-moved-to-github.git] / src / main / java / com / indexdata / pz2utils4jsf / config / Pz2Configurator.java
index b778821..88b275d 100644 (file)
@@ -1,7 +1,8 @@
 package com.indexdata.pz2utils4jsf.config;\r
 \r
+import java.io.IOException;\r
 import java.io.Serializable;\r
 \r
 public interface Pz2Configurator extends Serializable {\r
-  public Pz2Config getConfig();\r
+  public Pz2Config getConfig() throws IOException;\r
 }\r