Skip to content

Commit

Permalink
chore: Remove settings the endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 committed May 28, 2024
1 parent a64302d commit a6db4b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ UnaryCallSettings<PingAndWarmRequest, Void> pingAndWarmSettings() {

/** Returns a builder containing all the values of this settings class. */
public Builder toBuilder() {
return new Builder(this).setEndpoint(getEndpoint());
return new Builder(this);
}

/** Builder for BigtableDataSettings. */
Expand Down

0 comments on commit a6db4b8

Please sign in to comment.