]> git.mxchange.org Git - addressbook-war.git/commitdiff
fixed import + base class
authorRoland Haeder <roland@mxchange.org>
Thu, 28 Jul 2016 20:04:09 +0000 (22:04 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 28 Jul 2016 20:04:09 +0000 (22:04 +0200)
src/java/org/mxchange/addressbook/beans/features/AddressbookFeatureWebApplicationBean.java

index 602ff4c20766f61e6128270797193bc4a9074266..a4171f1256c97069b4cff80f8ec7118727595764 100644 (file)
@@ -19,7 +19,7 @@ package org.mxchange.addressbook.beans.features;
 import javax.enterprise.context.ApplicationScoped;
 import javax.faces.context.FacesContext;
 import javax.inject.Named;
-import org.mxchange.pizzaapplication.beans.BasePizzaController;
+import org.mxchange.addressbook.beans.BaseAddressbookController;
 
 /**
  * A feature bean
@@ -28,7 +28,7 @@ import org.mxchange.pizzaapplication.beans.BasePizzaController;
  */
 @Named ("featureController")
 @ApplicationScoped
-public class AddressbookFeatureWebApplicationBean extends BasePizzaController implements AddressbookFeaturesWebApplicationController {
+public class AddressbookFeatureWebApplicationBean extends BaseAddressbookController implements AddressbookFeaturesWebApplicationController {
 
        /**
         * Serial number