Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Commit b015910

Browse files
fix: fix grammar in StubSetting comment (#1397)
1 parent 975b470 commit b015910

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gax/src/main/java/com/google/api/gax/rpc/StubSettings.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public abstract class StubSettings<SettingsT extends StubSettings<SettingsT>> {
7979
/**
8080
* Indicate when creating transport whether it is allowed to use mTLS endpoint instead of the
8181
* 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
8383
* Builder#setSwitchToMtlsEndpointAllowed} method.
8484
*/
8585
private final boolean switchToMtlsEndpointAllowed;
@@ -205,7 +205,7 @@ public abstract static class Builder<
205205
/**
206206
* Indicate when creating transport whether it is allowed to use mTLS endpoint instead of the
207207
* 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
209209
* Builder#setSwitchToMtlsEndpointAllowed} method.
210210
*/
211211
private boolean switchToMtlsEndpointAllowed = false;

0 commit comments

Comments
 (0)