Skip to content

Commit d4d1ddc

Browse files
committed
---
yaml --- r: 2803 b: refs/heads/compute-alpha c: 3e9c62e h: refs/heads/master i: 2801: e83065e 2799: 7433f5a
1 parent 1782bed commit d4d1ddc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
1010
refs/tags/v0.0.10: 207ebd2a3472fddee69fe1298eb90429e3306efd
1111
refs/tags/v0.0.11: ffbfba48a6426ff63c08ff2117e58681f251fbf2
1212
refs/tags/v0.0.12: 2fd8066e891fb3dfea69b65f6bf6461db79342b9
13-
refs/heads/compute-alpha: 2f7a07fd0800fa44536df007614cb0df2c47a276
13+
refs/heads/compute-alpha: 3e9c62e45fd9f52c1f833018927991f3c92e4caf

branches/compute-alpha/gcloud-java-compute/src/main/java/com/google/gcloud/compute/AddressInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ Address toPb() {
531531
/**
532532
* Returns a builder for the {@code AddressInfo} object given it's identity.
533533
*/
534-
public static BuilderImpl builder(AddressId addressId) {
534+
public static Builder builder(AddressId addressId) {
535535
return new BuilderImpl().addressId(addressId);
536536
}
537537

0 commit comments

Comments
 (0)