Skip to content

Commit b54fe8d

Browse files
committed
review comments
1 parent 88cdbfb commit b54fe8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-cloud-spanner/src/main/java/com/google/cloud/spanner/spi/v1/GrpcSpannerStubWithStubSettingsAndClientContext.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*/
2929
class GrpcSpannerStubWithStubSettingsAndClientContext extends GrpcSpannerStub {
3030

31-
public static final GrpcSpannerStubWithStubSettingsAndClientContext create(
31+
static final GrpcSpannerStubWithStubSettingsAndClientContext create(
3232
SpannerStubSettings settings, ClientContext clientContext) throws IOException {
3333
return new GrpcSpannerStubWithStubSettingsAndClientContext(settings, clientContext);
3434
}

0 commit comments

Comments
 (0)