This repository was archived by the owner on Sep 16, 2023. It is now read-only.

File tree

10 files changed

+30
-30
lines changed

10 files changed

+30
-30
lines changed
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ public Builder setLocation(String location) {
181181
}
182182

183183
private Builder(LocationName locationName) {
184-
project = locationName.project;
185-
location = locationName.location;
184+
this.project = locationName.project;
185+
this.location = locationName.location;
186186
}
187187

188188
public LocationName build() {
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,9 @@ public Builder setQueue(String queue) {
211211
}
212212

213213
private Builder(QueueName queueName) {
214-
project = queueName.project;
215-
location = queueName.location;
216-
queue = queueName.queue;
214+
this.project = queueName.project;
215+
this.location = queueName.location;
216+
this.queue = queueName.queue;
217217
}
218218

219219
public QueueName build() {
Original file line numberDiff line numberDiff line change
@@ -244,10 +244,10 @@ public Builder setTask(String task) {
244244
}
245245

246246
private Builder(TaskName taskName) {
247-
project = taskName.project;
248-
location = taskName.location;
249-
queue = taskName.queue;
250-
task = taskName.task;
247+
this.project = taskName.project;
248+
this.location = taskName.location;
249+
this.queue = taskName.queue;
250+
this.task = taskName.task;
251251
}
252252

253253
public TaskName build() {
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ public Builder setLocation(String location) {
181181
}
182182

183183
private Builder(LocationName locationName) {
184-
project = locationName.project;
185-
location = locationName.location;
184+
this.project = locationName.project;
185+
this.location = locationName.location;
186186
}
187187

188188
public LocationName build() {
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,9 @@ public Builder setQueue(String queue) {
211211
}
212212

213213
private Builder(QueueName queueName) {
214-
project = queueName.project;
215-
location = queueName.location;
216-
queue = queueName.queue;
214+
this.project = queueName.project;
215+
this.location = queueName.location;
216+
this.queue = queueName.queue;
217217
}
218218

219219
public QueueName build() {
Original file line numberDiff line numberDiff line change
@@ -244,10 +244,10 @@ public Builder setTask(String task) {
244244
}
245245

246246
private Builder(TaskName taskName) {
247-
project = taskName.project;
248-
location = taskName.location;
249-
queue = taskName.queue;
250-
task = taskName.task;
247+
this.project = taskName.project;
248+
this.location = taskName.location;
249+
this.queue = taskName.queue;
250+
this.task = taskName.task;
251251
}
252252

253253
public TaskName build() {
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ public Builder setLocation(String location) {
181181
}
182182

183183
private Builder(LocationName locationName) {
184-
project = locationName.project;
185-
location = locationName.location;
184+
this.project = locationName.project;
185+
this.location = locationName.location;
186186
}
187187

188188
public LocationName build() {
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,9 @@ public Builder setQueue(String queue) {
211211
}
212212

213213
private Builder(QueueName queueName) {
214-
project = queueName.project;
215-
location = queueName.location;
216-
queue = queueName.queue;
214+
this.project = queueName.project;
215+
this.location = queueName.location;
216+
this.queue = queueName.queue;
217217
}
218218

219219
public QueueName build() {
Original file line numberDiff line numberDiff line change
@@ -244,10 +244,10 @@ public Builder setTask(String task) {
244244
}
245245

246246
private Builder(TaskName taskName) {
247-
project = taskName.project;
248-
location = taskName.location;
249-
queue = taskName.queue;
250-
task = taskName.task;
247+
this.project = taskName.project;
248+
this.location = taskName.location;
249+
this.queue = taskName.queue;
250+
this.task = taskName.task;
251251
}
252252

253253
public TaskName build() {
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"git": {
55
"name": ".",
66
"remote": "https://.com/googleapis/java-tasks.git",
7-
"sha": "1315aeb31e4e85440b12d0eb859743b43885b28a"
7+
"sha": "5f2c4c1a64d9bee0c0a89566833f140d218e22d8"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://.com/googleapis/googleapis.git",
14-
"sha": "08c4eeb531c01ad031134dca94b18e3f7dd35902",
15-
"internalRef": "378718217"
14+
"sha": "551681f25e36b11829e87e580281350461f4f3f5",
15+
"internalRef": "379784268"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)