oleksii-novikov-onix commented on code in PR #4608:
URL: https://github.com/apache/fineract/pull/4608#discussion_r2054429641


##########
fineract-provider/src/main/java/org/apache/fineract/infrastructure/bulkimport/importhandler/client/ClientEntityImportHandler.java:
##########
@@ -63,7 +63,8 @@ public class ClientEntityImportHandler implements 
ImportHandler {
     public Count process(final Workbook workbook, final String locale, final 
String dateFormat) {
 
         List<ClientData> clients = readExcelFile(workbook, locale, dateFormat);
-        return importEntity(workbook, clients, dateFormat);
+        return importEntity(workbook, clients, dateFormat, locale);
+        return importEntity(workbook, clients, dateFormat, locale);

Review Comment:
   Duplicated return statement



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to