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

Commit

Permalink
fix: fix grammar in StubSetting comment (#1397)
Browse files Browse the repository at this point in the history
  • Loading branch information
arithmetic1728 committed Jun 8, 2021
1 parent 975b470 commit b015910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gax/src/main/java/com/google/api/gax/rpc/StubSettings.java
Expand Up @@ -79,7 +79,7 @@ public abstract class StubSettings<SettingsT extends StubSettings<SettingsT>> {
/**
* Indicate when creating transport whether it is allowed to use mTLS endpoint instead of the
* default endpoint. Only the endpoint set by client libraries is allowed. User provided endpoint
* should always be used as it is. Client libraries can set it via {@link
* should always be used as it is. Client libraries can set it via the {@link
* Builder#setSwitchToMtlsEndpointAllowed} method.
*/
private final boolean switchToMtlsEndpointAllowed;
Expand Down Expand Up @@ -205,7 +205,7 @@ public abstract static class Builder<
/**
* Indicate when creating transport whether it is allowed to use mTLS endpoint instead of the
* default endpoint. Only the endpoint set by client libraries is allowed. User provided
* endpoint should always be used as it is. Client libraries can set it via {@link
* endpoint should always be used as it is. Client libraries can set it via the {@link
* Builder#setSwitchToMtlsEndpointAllowed} method.
*/
private boolean switchToMtlsEndpointAllowed = false;
Expand Down

0 comments on commit b015910

Please sign in to comment.