Author: ashish
Date: Mon Oct 5 12:26:12 2009
New Revision: 821768
URL:
http://svn.apache.org/viewvc?rev=821768&view=revLog:
GenericDelegator -> Delegator.
Modified:
ofbiz/trunk/applications/order/src/org/ofbiz/order/order/OrderListState.java
Modified: ofbiz/trunk/applications/order/src/org/ofbiz/order/order/OrderListState.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/src/org/ofbiz/order/order/OrderListState.java?rev=821768&r1=821767&r2=821768&view=diff==============================================================================
--- ofbiz/trunk/applications/order/src/org/ofbiz/order/order/OrderListState.java (original)
+++ ofbiz/trunk/applications/order/src/org/ofbiz/order/order/OrderListState.java Mon Oct 5 12:26:12 2009
@@ -210,7 +210,7 @@
/**
* Get the OrderHeaders corresponding to the state.
*/
- public List getOrders(String facilityId, Timestamp filterDate, GenericDelegator delegator) throws GenericEntityException {
+ public List getOrders(String facilityId, Timestamp filterDate, Delegator delegator) throws GenericEntityException {
List allConditions = new ArrayList();
if (facilityId != null) {