]> git.mxchange.org Git - pizzaservice-core.git/commitdiff
Fixed import
authorRoland Haeder <roland@mxchange.org>
Sat, 5 Sep 2015 10:44:47 +0000 (12:44 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 5 Sep 2015 10:44:47 +0000 (12:44 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

PizzaService-ejb/src/java/org/mxchange/pizzaapplication/tags/basket/MiniBasketTag.java

index d6f157602bc33f7b58c25fe7c55fd6974ad1e74e..3d04902c2b725c8b0d4cb4abceac89e5550a70f4 100644 (file)
@@ -23,9 +23,9 @@ import javax.servlet.jsp.JspException;
 import javax.servlet.jsp.tagext.BodyTagSupport;
 import org.apache.logging.log4j.LogManager;
 import org.apache.logging.log4j.Logger;
-import org.mxchange.jshop.beans.remote.shop.ShopSessionBeanRemote;
 import org.mxchange.jshopcore.model.item.AddableBasketItem;
 import org.mxchange.jshopcore.model.product.Product;
+import org.mxchange.jshopejb.beans.remote.shop.ShopSessionBeanRemote;
 
 /**
  * A basket tag that outputs a small basket and a link to the full basket website.