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

Commit

Permalink
chore: release gapic-generator-java v1.0.13 (#72)
Browse files Browse the repository at this point in the history
Committer: @miraleung
PiperOrigin-RevId: 379784268

Source-Link: googleapis/googleapis@551681f

Source-Link: googleapis/googleapis-gen@478f365
  • Loading branch information
gcf-owl-bot[bot] committed Jul 1, 2021
1 parent c6e41b5 commit 8547fee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Expand Up @@ -244,10 +244,10 @@ public Builder setFile(String file) {
}

private Builder(FileName fileName) {
project = fileName.project;
location = fileName.location;
repo = fileName.repo;
file = fileName.file;
this.project = fileName.project;
this.location = fileName.location;
this.repo = fileName.repo;
this.file = fileName.file;
}

public FileName build() {
Expand Down
Expand Up @@ -211,9 +211,9 @@ public Builder setRepository(String repository) {
}

private Builder(RepositoryName repositoryName) {
project = repositoryName.project;
location = repositoryName.location;
repository = repositoryName.repository;
this.project = repositoryName.project;
this.location = repositoryName.location;
this.repository = repositoryName.repository;
}

public RepositoryName build() {
Expand Down

0 comments on commit 8547fee

Please sign in to comment.