Skip to content

Commit b5b17b2

Browse files
committed
try4
1 parent e075096 commit b5b17b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/mifos/processor/bulk/camel/routes/SplittingRoute.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public void configure() throws Exception {
8787
List<Transaction> transactionsForPayee = transactionList.stream()
8888
.filter(transaction -> payeeId.equals(transaction.getPayeeDfspId())).collect(Collectors.toList());
8989
logger.info(objectMapper.writeValueAsString(transactionsForPayee));
90-
logger.info(objectMapper.writeValueAsString(distinctPayeeIds) +" - "+ payeeId);
90+
logger.info(objectMapper.writeValueAsString(distinctPayeeIds) + " - " + payeeId);
9191
transactionsByPayeeId.put(payeeId, transactionsForPayee);
9292
String subBatchId = UUID.randomUUID().toString();
9393
subBatchIdList.add(subBatchId);

0 commit comments

Comments
 (0)