Skip to content

Commit

Permalink
Method does not need to be public
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Oct 9, 2024
1 parent 6ed495a commit b3040f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ private final class Block {
this.bytes = bytes;
}

public Block getNext() throws IOException {
Block getNext() throws IOException {
if (null != next) {
return next;
}
Expand Down

0 comments on commit b3040f7

Please sign in to comment.