Skip to content

Commit

Permalink
warning
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Sep 23, 2024
1 parent 6742279 commit f0d605c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class CRC64NVME implements Checksum, Cloneable {
public CRC64NVME() {
}

private CRC64NVME(int value) {
private CRC64NVME(long value) {
this.value = value;
}

Expand Down

0 comments on commit f0d605c

Please sign in to comment.