Skip to content

Commit

Permalink
Improved: Remove unused local variables in ‘OrderServices’
Browse files Browse the repository at this point in the history
(OFBIZ-10518)


git-svn-id: https://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk@1858487 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
mthl committed May 1, 2019
1 parent ad64513 commit fedd720
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6817,7 +6817,6 @@ public static Map<String, Object> completeAllocationPlanItemByOrderItem(Dispatch
Delegator delegator = dctx.getDelegator();
LocalDispatcher dispatcher = dctx.getDispatcher();
GenericValue userLogin = (GenericValue)context.get("userLogin");
Locale locale = (Locale) context.get("locale");
String orderId = (String) context.get("orderId");
String orderItemSeqId = (String) context.get("orderItemSeqId");
try {
Expand Down Expand Up @@ -6886,7 +6885,6 @@ public static Map<String, Object> cancelAllocationPlanItemByOrderItem(DispatchCo
Delegator delegator = dctx.getDelegator();
LocalDispatcher dispatcher = dctx.getDispatcher();
GenericValue userLogin = (GenericValue)context.get("userLogin");
Locale locale = (Locale) context.get("locale");
String orderId = (String) context.get("orderId");
String orderItemSeqId = (String) context.get("orderItemSeqId");
try {
Expand Down

0 comments on commit fedd720

Please sign in to comment.