This repository was archived by the owner on Sep 26, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
gax/src/main/java/com/google/api/gax/rpc Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ public abstract class StubSettings<SettingsT extends StubSettings<SettingsT>> {
79
79
/**
80
80
* Indicate when creating transport whether it is allowed to use mTLS endpoint instead of the
81
81
* default endpoint. Only the endpoint set by client libraries is allowed. User provided endpoint
82
- * should always be used as it is. Client libraries can set it via {@link
82
+ * should always be used as it is. Client libraries can set it via the {@link
83
83
* Builder#setSwitchToMtlsEndpointAllowed} method.
84
84
*/
85
85
private final boolean switchToMtlsEndpointAllowed ;
@@ -205,7 +205,7 @@ public abstract static class Builder<
205
205
/**
206
206
* Indicate when creating transport whether it is allowed to use mTLS endpoint instead of the
207
207
* default endpoint. Only the endpoint set by client libraries is allowed. User provided
208
- * endpoint should always be used as it is. Client libraries can set it via {@link
208
+ * endpoint should always be used as it is. Client libraries can set it via the {@link
209
209
* Builder#setSwitchToMtlsEndpointAllowed} method.
210
210
*/
211
211
private boolean switchToMtlsEndpointAllowed = false ;
You can’t perform that action at this time.
0 commit comments