Skip to content

Commit

Permalink
Remove preconditions in OverAcquire.repay
Browse files Browse the repository at this point in the history
  • Loading branch information
kecookier committed Dec 18, 2024
1 parent 6f3a453 commit 17cd241
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ public long repay(long size) {
if (size == 0) {
return 0;
}
Preconditions.checkState(overTarget.usedBytes() == 0);
return target.repay(size);
}

Expand Down

0 comments on commit 17cd241

Please sign in to comment.