Skip to content

Commit 03eb991

Browse files
committed
package private useS2A.
1 parent 6eeccb2 commit 03eb991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gax-java/gax/src/main/java/com/google/api/gax/rpc/EndpointContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public static EndpointContext getDefaultInstance() {
104104
@Nullable
105105
public abstract String transportChannelProviderEndpoint();
106106

107-
public abstract boolean useS2A();
107+
abstract boolean useS2A();
108108

109109
@Nullable
110110
abstract EnvironmentProvider envProvider();

0 commit comments

Comments
 (0)