File tree Expand file tree Collapse file tree
branches/logging-alpha/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 @@ -12,7 +12,7 @@ refs/heads/compute-alpha: 969cba2627f1d53d352cc4a5ffe0879dacf65e6c
1212refs/heads/dns-alpha: 2f90e7e338349287ace33375896907af0f032ca1
1313refs/heads/dns-alpha-batch: 17442b07867021b85d0452f5f3eda29a3413288f
1414refs/heads/gcs-nio: 283aeaf15efdcf3621eb6859f05e55ad7764375d
15- refs/heads/logging-alpha: 44fedd64a2bfd05d4ce7742b798eff58875e241a
15+ refs/heads/logging-alpha: f36d92c98a43174746235166f0649939c9a3ad2c
1616refs/tags/v0.1.0: a615317f7424ed58621b1f65d5c4d8cbbe8a6ed8
1717refs/tags/v0.1.1: 7a7f6985fe465e9dd6a075af55493f42b4933be0
1818refs/tags/v0.1.2: 3eb3fe866ba22487686048f45d927b8c8638ea3f
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