Skip to content

Commit 50452f9

Browse files
committed
---
yaml --- r: 3303 b: refs/heads/master c: 9cf9309 h: refs/heads/master i: 3301: 5bde447 3299: 42b6d0e 3295: 0168473
1 parent 5648a01 commit 50452f9

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
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 514e3fe873d50ddb5adf1e79f30b70db64fceaee
2+
refs/heads/master: 9cf9309daa5406a23882b88fc5a32b9f51d37e83
33
refs/heads/travis: e21ee7b88a5edc3f3d8c71f90c3fc32abf7e8dd6
44
refs/heads/gh-pages: 4e0561bb4504bf647db669a14417b2b2c87ba45d
55
refs/heads/pubsub-alpha: 1a0e970f265af871e02274085b9662b3fe29058b

trunk/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)