Author: jleroux Date: Tue Dec 12 09:17:16 2017 New Revision: 1817895 URL: http://svn.apache.org/viewvc?rev=1817895&view=rev Log: No functional change, just trivial formatting
Modified: ofbiz/ofbiz-framework/trunk/applications/product/src/main/java/org/apache/ofbiz/product/imagemanagement/ImageManagementServices.java Modified: ofbiz/ofbiz-framework/trunk/applications/product/src/main/java/org/apache/ofbiz/product/imagemanagement/ImageManagementServices.java URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/src/main/java/org/apache/ofbiz/product/imagemanagement/ImageManagementServices.java?rev=1817895&r1=1817894&r2=1817895&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/applications/product/src/main/java/org/apache/ofbiz/product/imagemanagement/ImageManagementServices.java (original) +++ ofbiz/ofbiz-framework/trunk/applications/product/src/main/java/org/apache/ofbiz/product/imagemanagement/ImageManagementServices.java Tue Dec 12 09:17:16 2017 @@ -186,14 +186,12 @@ public class ImageManagementServices { resultResize.putAll(scaleImageMangementInAllSize(dctx, context, imageName, sizeType, productId)); } catch (IOException e) { String errMsg = UtilProperties.getMessage(resourceError, - "ProductScaleAdditionalImageInAllDifferentSizesIsImpossible", UtilMisc.toMap("errorString", - e.toString()), locale); + "ProductScaleAdditionalImageInAllDifferentSizesIsImpossible", UtilMisc.toMap("errorString", e.toString()), locale); Debug.logError(e, errMsg, module); return ServiceUtil.returnError(errMsg); } catch (JDOMException e) { String errMsg = UtilProperties.getMessage(resourceError, - "ProductErrorsOccurInParsingImageProperties.xml", UtilMisc.toMap("errorString", e - .toString()), locale); + "ProductErrorsOccurInParsingImageProperties.xml", UtilMisc.toMap("errorString", e .toString()), locale); Debug.logError(e, errMsg, module); return ServiceUtil.returnError(errMsg); }