Skip to content

Commit

Permalink
style: remove dublicated code
Browse files Browse the repository at this point in the history
  • Loading branch information
qoomon committed Nov 12, 2020
1 parent 7fb59a4 commit 97d0824
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,6 @@ public MT942Page(
Preconditions.checkArgument(currency.equals(statementCurrency), "floorLimitCreditCurrency '" + currency + "' does not match statement currency'" + statementCurrency + "'");
}

if (floorLimitIndicatorCredit != null) {
CurrencyUnit currency = floorLimitIndicatorCredit.getAmount().getCurrencyUnit();
Preconditions.checkArgument(currency.equals(statementCurrency), "floorLimitCreditCurrency '" + currency + "' does not match statement currency'" + statementCurrency + "'");
}

for (TransactionGroup transactionGroup : transactionGroupList) {
if (transactionGroup.getStatementLine().getFundsCode().isPresent()) {
String fundsCode = transactionGroup.getStatementLine().getFundsCode().get();
Expand Down

0 comments on commit 97d0824

Please sign in to comment.