]> git.mxchange.org Git - pizzaservice-war.git/blobdiff - src/java/org/mxchange/pizzaapplication/BasePizzaServiceSystem.java
Opps, not all.
[pizzaservice-war.git] / src / java / org / mxchange / pizzaapplication / BasePizzaServiceSystem.java
index aac7e6eedcb962219ac2233e95dbfc0d6c23f5ea..dfc3cfa9ee0d9a21eb24959fa440bcb11eb33e99 100644 (file)
  */
 package org.mxchange.pizzaapplication;
 
-import org.mxchange.jshop.BaseShopSystem;
+import org.mxchange.jsfcore.BaseServletSystem;
 
 /**
  * A general class for whole pizza application.
  *
  * @author Roland Haeder
  */
-public class BasePizzaServiceSystem extends BaseShopSystem {
+public class BasePizzaServiceSystem extends BaseServletSystem {
 }