Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
Change-Id: Ibf2f4ad8bea038390b1ddf099c3061f0d9b02495
  • Loading branch information
igorbernstein2 committed Sep 27, 2024
1 parent 5c3bde3 commit 79c5eae
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,6 @@ public void mutateRow(
if (count.getAndIncrement() < 1) {
Metadata trailers = new Metadata();
maybePopulateCookie(trailers, "mutateRow");
responseObserver.onNext(MutateRowResponse.getDefaultInstance());
StatusRuntimeException exception = new StatusRuntimeException(Status.UNAVAILABLE, trailers);
responseObserver.onError(exception);
return;
Expand Down

0 comments on commit 79c5eae

Please sign in to comment.