]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
fixed imports
authorRoland Haeder <roland@mxchange.org>
Sat, 5 Sep 2015 14:36:17 +0000 (16:36 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 5 Sep 2015 14:36:17 +0000 (16:36 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

src/java/org/mxchange/pizzaapplication/beans/controller/PizzaServiceWebBean.java
src/java/org/mxchange/pizzaapplication/beans/enums/PizzaServiceDataWebBean.java

index 6949560f3bbff26f167305b189e40c277d72b625..257e20d65767c84785665bcc863a86f88a8d844d 100644 (file)
@@ -29,11 +29,11 @@ import javax.inject.Named;
 import javax.naming.InitialContext;
 import javax.naming.NamingException;
 import org.mxchange.jcoreee.beans.BaseFrameworkBean;
-import org.mxchange.jshop.beans.shop.ShopSessionBeanRemote;
 import org.mxchange.jshopcore.exceptions.CategoryTitleAlreadyUsedException;
 import org.mxchange.jshopcore.exceptions.ProductTitleAlreadyUsedException;
 import org.mxchange.jshopcore.model.category.Category;
 import org.mxchange.jshopcore.model.product.Product;
+import org.mxchange.jshopeelib.beans.remote.shop.ShopSessionBeanRemote;
 
 /**
  * Main application class
index 86f77a905fa616094fed51765cde5771d1a5ad8f..06b8161768ef21d01b61eab8d2f3908fecd48420 100644 (file)
@@ -24,7 +24,7 @@ import javax.naming.InitialContext;
 import javax.naming.NamingException;
 import org.mxchange.jcore.model.contact.gender.Gender;
 import org.mxchange.jcoreee.beans.BaseFrameworkBean;
-import org.mxchange.jshop.beans.data.ShopDataBeanRemote;
+import org.mxchange.jshopeelib.beans.remote.data.ShopDataBeanRemote;
 
 /**
  * A customer bean which hides the customer instance