13: Nullpointer in KeyRangeBuffer
Task-Url:
This commit is contained in:
parent
5295a24313
commit
1e149be221
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ public class KeyRangeBuffer {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setSearched(KeyRange keyRange) {
|
public void setSearched(KeyRange keyRange) {
|
||||||
keyRanges.computeIfPresent(keyRange, null);
|
keyRanges.computeIfPresent(keyRange, (kr, iw) -> null);
|
||||||
}
|
}
|
||||||
|
|
||||||
public KeyRange getRange() {
|
public KeyRange getRange() {
|
||||||
|
|
Loading…
Reference in a new issue