Skip to content

Commit

Permalink
checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
poorbarcode committed Dec 13, 2024
1 parent 2890d7f commit a6ce58a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3647,7 +3647,7 @@ EstimateTimeBasedBacklogQuotaCheckResult estimatedTimeBasedBacklogQuotaCheck(

// if the mark-delete position is the last entry it means all entries for
// that ledger are acknowledged
if (markDeletePositionLedgerInfo!= null
if (markDeletePositionLedgerInfo != null
&& (markDeletePosition.getEntryId() == markDeletePositionLedgerInfo.getEntries() - 1)) {
Position positionToCheck = ledger.getNextValidPosition(markDeletePosition);
positionToCheckLedgerInfo = ledger.getLedgerInfo(positionToCheck.getLedgerId()).get();
Expand Down

0 comments on commit a6ce58a

Please sign in to comment.