Renames data classes that are no longer pz2 only
[mkjsf-moved-to-github.git] / src / main / java / com / indexdata / mkjsf / errors / ErrorCentral.java
index 5a0875f..499fad8 100644 (file)
@@ -12,7 +12,7 @@ import javax.inject.Named;
 import org.apache.log4j.Logger;\r
 \r
 import com.indexdata.mkjsf.config.ConfigurationReader;\r
-import com.indexdata.mkjsf.pazpar2.data.Pazpar2Responses;\r
+import com.indexdata.mkjsf.pazpar2.data.Responses;\r
 \r
 @Named("errors") @SessionScoped\r
 public class ErrorCentral implements Serializable {\r
@@ -21,7 +21,7 @@ public class ErrorCentral implements Serializable {
   private static Logger logger = Logger.getLogger(ErrorCentral.class);  \r
   private ErrorHelper errorHelper = null;\r
   \r
-  @Inject Pazpar2Responses pzresp;\r
+  @Inject Responses pzresp;\r
   @Inject ConfigurationReader configurator;\r
   \r
   private List<ErrorInterface> configurationErrors = new ArrayList<ErrorInterface>();\r