Skip to content

Commit

Permalink
review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
surbhigarg92 committed Nov 19, 2024
1 parent 88cdbfb commit b54fe8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*/
class GrpcSpannerStubWithStubSettingsAndClientContext extends GrpcSpannerStub {

public static final GrpcSpannerStubWithStubSettingsAndClientContext create(
static final GrpcSpannerStubWithStubSettingsAndClientContext create(
SpannerStubSettings settings, ClientContext clientContext) throws IOException {
return new GrpcSpannerStubWithStubSettingsAndClientContext(settings, clientContext);
}
Expand Down

0 comments on commit b54fe8d

Please sign in to comment.