Skip to content

Commit

Permalink
rebase hiccup
Browse files Browse the repository at this point in the history
  • Loading branch information
andreitokar committed Jan 8, 2025
1 parent 2c7411c commit 67cbe19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h2/src/main/org/h2/mvstore/db/NullValueDataType.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public int compare(Value a, Value b) {
}

@Override
public int binarySearch(Value key, Object storage, int size, int initialGuess) {
public int binarySearch(Value key, Object storage, int size) {
return 0;
}

Expand Down

0 comments on commit 67cbe19

Please sign in to comment.