Skip to content

Commit

Permalink
review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wchevreuil committed Jul 22, 2022
1 parent 8eb91cc commit 3b57fe6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ public int getOnDiskSizeWithHeader() {
}

/** Returns the on-disk size of the data part + checksum (header excluded). */
public int getOnDiskSizeWithoutHeader() {
int getOnDiskSizeWithoutHeader() {
return onDiskSizeWithoutHeader;
}

Expand Down

0 comments on commit 3b57fe6

Please sign in to comment.