svn commit: r821768 - /ofbiz/trunk/applications/order/src/org/ofbiz/order/order/OrderListState.java

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r821768 - /ofbiz/trunk/applications/order/src/org/ofbiz/order/order/OrderListState.java

ashish-18
Author: ashish
Date: Mon Oct  5 12:26:12 2009
New Revision: 821768

URL: http://svn.apache.org/viewvc?rev=821768&view=rev
Log:
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) {