Skip to content

Commit

Permalink
spotbugs
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat committed May 21, 2024
1 parent 40fe1bb commit ea8593a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public synchronized void onNext(GetResult result) {

@Override
public synchronized void onError(Throwable throwable) {
this.error = throwable;
this.error = new Exception("Range scan error", throwable);
notifyAll();
}

Expand Down

0 comments on commit ea8593a

Please sign in to comment.