Skip to content

Commit

Permalink
chore: release gapic-generator-java v1.0.13 (#284)
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] authored Jun 16, 2021
1 parent 8b03025 commit 6aef818
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ public Builder setLocation(String location) {
}

private Builder(LocationName locationName) {
project = locationName.project;
location = locationName.location;
this.project = locationName.project;
this.location = locationName.location;
}

public LocationName build() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,9 @@ public Builder setWorkflow(String workflow) {
}

private Builder(WorkflowName workflowName) {
project = workflowName.project;
location = workflowName.location;
workflow = workflowName.workflow;
this.project = workflowName.project;
this.location = workflowName.location;
this.workflow = workflowName.workflow;
}

public WorkflowName build() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ public Builder setLocation(String location) {
}

private Builder(LocationName locationName) {
project = locationName.project;
location = locationName.location;
this.project = locationName.project;
this.location = locationName.location;
}

public LocationName build() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,9 @@ public Builder setWorkflow(String workflow) {
}

private Builder(WorkflowName workflowName) {
project = workflowName.project;
location = workflowName.location;
workflow = workflowName.workflow;
this.project = workflowName.project;
this.location = workflowName.location;
this.workflow = workflowName.workflow;
}

public WorkflowName build() {
Expand Down

0 comments on commit 6aef818

Please sign in to comment.