Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Change-Id: I8202e935975e1a55606265c502fe7573b8a4acb0
  • Loading branch information
igorbernstein2 committed Nov 5, 2024
1 parent 35272b6 commit 0c2bc84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1426,7 +1426,7 @@ private <BaseReqT, BaseRespT, ReqT, RespT> UnaryCallable<ReqT, RespT> createUnar

base = new BigtableTracerStreamingCallable<>(base);

base = withRetries(base, convertUnaryToServerStreamingSettings(settings.mutateRowSettings()));
base = withRetries(base, convertUnaryToServerStreamingSettings(callSettings));

ServerStreamingCallable<ReqT, RespT> transformed =
new TransformingServerStreamingCallable<>(base, requestTransformer, responseTranformer);
Expand Down

0 comments on commit 0c2bc84

Please sign in to comment.