File tree Expand file tree Collapse file tree
gcloud-java-compute/src/main/java/com/google/gcloud/compute Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments