Sets up error central. Lets page author decide to show.
[mkjsf-moved-to-github.git] / src / main / java / com / indexdata / pz2utils4jsf / errors / ConfigurationError.java
index 7d3f7ba..ef2969d 100644 (file)
@@ -15,10 +15,9 @@ public class ConfigurationError implements ErrorInterface {
   private ErrorHelper helper;\r
   private ErrorCode applicationErrorCode;\r
   \r
-  public ConfigurationError(String label, String exception, String message, ErrorHelper helper) {\r
+  public ConfigurationError(String label, String exception, String message) {\r
     this.label = label;\r
-    this.message = message;\r
-    this.helper = helper;  \r
+    this.message = message;    \r
     this.exception = exception;\r
   }\r
   \r