Skip to content

Commit 3ccfec5

Browse files
i cant type
1 parent 871bbb8 commit 3ccfec5

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/software/amazon/awssdk/crt/checksums

1 file changed

+1
-1
lines changed

src/main/java/software/amazon/awssdk/crt/checksums/XXHash.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ static public XXHash newXXHash3_128() {
103103
* @param input input to update with
104104
*/
105105
public void update(byte[] input) {
106-
this.update(b, 0, b.length);
106+
this.update(input, 0, input.length);
107107

108108
}
109109

0 commit comments

Comments
 (0)