Skip to content

Commit 5d172b6

Browse files
committed
Replace 'an unique' with 'the unique' everywhere
1 parent 61d87e3 commit 5d172b6

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

gcloud-java-compute/src/main/java/com/google/gcloud/compute/DiskType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public DiskTypeId diskTypeId() {
137137
}
138138

139139
/**
140-
* Returns an unique identifier for the disk type; defined by the service.
140+
* Returns the unique identifier for the disk type; defined by the service.
141141
*/
142142
public String id() {
143143
return id;

gcloud-java-compute/src/main/java/com/google/gcloud/compute/MachineType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public MachineTypeId machineTypeId() {
160160
}
161161

162162
/**
163-
* Returns an unique identifier for the machine type; defined by the service.
163+
* Returns the unique identifier for the machine type; defined by the service.
164164
*/
165165
public String id() {
166166
return id;

gcloud-java-compute/src/main/java/com/google/gcloud/compute/Region.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ public RegionId regionId() {
241241
}
242242

243243
/**
244-
* Returns an unique identifier for the region; defined by the service.
244+
* Returns the unique identifier for the region; defined by the service.
245245
*/
246246
public String id() {
247247
return id;

gcloud-java-compute/src/main/java/com/google/gcloud/compute/Zone.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ public String description() {
270270
}
271271

272272
/**
273-
* Returns an unique identifier for the zone; defined by the service.
273+
* Returns the unique identifier for the zone; defined by the service.
274274
*/
275275
public String id() {
276276
return id;

0 commit comments

Comments
 (0)