You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2017/06/14 13:46:17 UTC

svn commit: r1798681 - /ofbiz/ofbiz-framework/trunk/applications/order/src/main/java/org/apache/ofbiz/order/order/OrderServices.java

Author: jleroux
Date: Wed Jun 14 13:46:17 2017
New Revision: 1798681

URL: http://svn.apache.org/viewvc?rev=1798681&view=rev
Log:
No functional change

Just removes trailing blanks

Modified:
    ofbiz/ofbiz-framework/trunk/applications/order/src/main/java/org/apache/ofbiz/order/order/OrderServices.java

Modified: ofbiz/ofbiz-framework/trunk/applications/order/src/main/java/org/apache/ofbiz/order/order/OrderServices.java
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/order/src/main/java/org/apache/ofbiz/order/order/OrderServices.java?rev=1798681&r1=1798680&r2=1798681&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/order/src/main/java/org/apache/ofbiz/order/order/OrderServices.java (original)
+++ ofbiz/ofbiz-framework/trunk/applications/order/src/main/java/org/apache/ofbiz/order/order/OrderServices.java Wed Jun 14 13:46:17 2017
@@ -398,7 +398,7 @@ public class OrderServices {
 
                         if (UtilValidate.isNotEmpty(selFixedAssetProduct)) {
                             Iterator<GenericValue> firstOne = selFixedAssetProduct.iterator();
-                            if (firstOne.hasNext())        {
+                            if (firstOne.hasNext()) {
                                 GenericValue fixedAssetProduct = delegator.makeValue("FixedAssetProduct");
                                 fixedAssetProduct = firstOne.next();
                                 workEffort.set("fixedAssetId",fixedAssetProduct.get("fixedAssetId"));