Skip to content

Commit dc6e3a3

Browse files
committed
---
yaml --- r: 4869 b: refs/heads/logging-alpha c: f36d92c h: refs/heads/master i: 4867: 101f6df
1 parent 1024985 commit dc6e3a3

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ refs/heads/compute-alpha: 969cba2627f1d53d352cc4a5ffe0879dacf65e6c
1212
refs/heads/dns-alpha: 2f90e7e338349287ace33375896907af0f032ca1
1313
refs/heads/dns-alpha-batch: 17442b07867021b85d0452f5f3eda29a3413288f
1414
refs/heads/gcs-nio: 283aeaf15efdcf3621eb6859f05e55ad7764375d
15-
refs/heads/logging-alpha: 44fedd64a2bfd05d4ce7742b798eff58875e241a
15+
refs/heads/logging-alpha: f36d92c98a43174746235166f0649939c9a3ad2c
1616
refs/tags/v0.1.0: a615317f7424ed58621b1f65d5c4d8cbbe8a6ed8
1717
refs/tags/v0.1.1: 7a7f6985fe465e9dd6a075af55493f42b4933be0
1818
refs/tags/v0.1.2: 3eb3fe866ba22487686048f45d927b8c8638ea3f

branches/logging-alpha/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;

branches/logging-alpha/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;

branches/logging-alpha/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;

branches/logging-alpha/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)