Author: mrisaliti
Date: Mon Feb 7 20:30:47 2011
New Revision: 1068106
URL:
http://svn.apache.org/viewvc?rev=1068106&view=revLog:
Remove compilation warnings of an unused import in ShoppingCartServices (OFBIZ-4102)
Modified:
ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCartServices.java
Modified: ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCartServices.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCartServices.java?rev=1068106&r1=1068105&r2=1068106&view=diff==============================================================================
--- ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCartServices.java (original)
+++ ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/ShoppingCartServices.java Mon Feb 7 20:30:47 2011
@@ -30,7 +30,6 @@ import javolution.util.FastList;
import javolution.util.FastMap;
import org.apache.commons.lang.math.NumberUtils;
-import org.ofbiz.base.conversion.MiscConverters.DecimalFormatToString;
import org.ofbiz.base.util.Debug;
import org.ofbiz.base.util.GeneralException;
import org.ofbiz.base.util.UtilDateTime;