Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Technoboy- committed Oct 13, 2022
1 parent 4b0f30b commit bac6889
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3367,7 +3367,7 @@ public PositionImpl getPositionAfterN(final PositionImpl startPosition, long n,
break;
}
Long lid = ledgers.ceilingKey(currentLedgerId + 1);
currentLedgerId = lid != null ? lid : currentLedger.getId();
currentLedgerId = lid != null ? lid : ledgers.lastKey();
currentEntryId = 0;
}
}
Expand Down

0 comments on commit bac6889

Please sign in to comment.