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

Commit

Permalink
chore: release gapic-generator-java v1.0.13 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] authored Jun 16, 2021
1 parent 2c70024 commit 3d3b5db
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ public Builder setEndpoint(String endpoint) {
}

private Builder(EndpointName endpointName) {
project = endpointName.project;
endpoint = endpointName.endpoint;
this.project = endpointName.project;
this.endpoint = endpointName.endpoint;
}

public EndpointName build() {
Expand Down

0 comments on commit 3d3b5db

Please sign in to comment.