You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2008/04/03 16:59:10 UTC

svn commit: r644341 - /ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order/orderview.bsh

Author: jacopoc
Date: Thu Apr  3 07:59:09 2008
New Revision: 644341

URL: http://svn.apache.org/viewvc?rev=644341&view=rev
Log:
Removed unnecessary import statement committed by me today.

Modified:
    ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order/orderview.bsh

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order/orderview.bsh
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order/orderview.bsh?rev=644341&r1=644340&r2=644341&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order/orderview.bsh (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/order/orderview.bsh Thu Apr  3 07:59:09 2008
@@ -31,8 +31,6 @@
 import org.ofbiz.product.catalog.CatalogWorker;
 import org.ofbiz.accounting.payment.*;
 
-import javolution.util.FastList;
-
 orderId = parameters.get("orderId");
 context.put("orderId", orderId);