svn commit: r1817914 - /ofbiz/ofbiz-framework/trunk/applications/product/src/main/java/org/apache/ofbiz/product/spreadsheetimport/ImportProductServices.java

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

svn commit: r1817914 - /ofbiz/ofbiz-framework/trunk/applications/product/src/main/java/org/apache/ofbiz/product/spreadsheetimport/ImportProductServices.java

jleroux@apache.org
Author: jleroux
Date: Tue Dec 12 13:32:23 2017
New Revision: 1817914

URL: http://svn.apache.org/viewvc?rev=1817914&view=rev
Log:
No functional change, just trivial formatting

Modified:
    ofbiz/ofbiz-framework/trunk/applications/product/src/main/java/org/apache/ofbiz/product/spreadsheetimport/ImportProductServices.java

Modified: ofbiz/ofbiz-framework/trunk/applications/product/src/main/java/org/apache/ofbiz/product/spreadsheetimport/ImportProductServices.java
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/src/main/java/org/apache/ofbiz/product/spreadsheetimport/ImportProductServices.java?rev=1817914&r1=1817913&r2=1817914&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/product/src/main/java/org/apache/ofbiz/product/spreadsheetimport/ImportProductServices.java (original)
+++ ofbiz/ofbiz-framework/trunk/applications/product/src/main/java/org/apache/ofbiz/product/spreadsheetimport/ImportProductServices.java Tue Dec 12 13:32:23 2017
@@ -76,8 +76,7 @@ public class ImportProductServices {
                 // loop for all the containing xls file in the spreadsheet
                 // directory
                 if (files == null) {
-                    return ServiceUtil.returnError(UtilProperties.getMessage(resource,
-                            "FileFilesIsNull", locale));
+                    return ServiceUtil.returnError(UtilProperties.getMessage(resource, "FileFilesIsNull", locale));
                 }
                 for (int i = 0; i < files.length; i++) {
                     if (files[i].getName().toUpperCase(Locale.getDefault()).endsWith("XLS")) {