]> git.mxchange.org Git - jfinancials-war.git/commitdiff
Opps, need to add this ... + no GmbH here. ;-)
authorRoland Häder <roland@mxchange.org>
Sat, 22 Jul 2017 22:01:40 +0000 (00:01 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 22 Jul 2017 22:01:40 +0000 (00:01 +0200)
src/java/org/mxchange/jfinancials/beans/helper/FinancialsWebRequestHelperBean.java
src/java/org/mxchange/jfinancials/beans/helper/FinancialsWebRequestHelperController.java

index d2c476022a538b2084c8a296202dff69c8167fe2..0b16abbe7e2629813ff637624861c0b023c69d72 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder GmbH
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
@@ -21,6 +21,7 @@ import javax.enterprise.context.RequestScoped;
 import javax.inject.Inject;
 import javax.inject.Named;
 import org.mxchange.jcontacts.contact.Contact;
+import org.mxchange.jfinancials.beans.BaseFinancialsController;
 import org.mxchange.jfinancials.beans.contact.FinancialsAdminContactWebRequestController;
 import org.mxchange.jfinancials.beans.phone.FinancialsAdminPhoneWebRequestController;
 import org.mxchange.jfinancials.beans.user.FinancialsAdminUserWebRequestController;
@@ -37,7 +38,7 @@ import org.mxchange.jusercore.model.user.User;
  */
 @Named ("beanHelper")
 @RequestScoped
-public class FinancialsWebRequestHelperBean implements FinancialsWebRequestHelperController {
+public class FinancialsWebRequestHelperBean extends BaseFinancialsController implements FinancialsWebRequestHelperController {
 
        /**
         * Call-stack instance (5 may show BeanELResolver.getValue as caller)
index 8f4c3e553555b0781c608e3ec242328131792bee..63ddb53cd1f712f054d51f66740a14c5e65fdf97 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Roland Häder GmbH
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as