We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5648a01 commit 50452f9Copy full SHA for 50452f9
2 files changed
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 514e3fe873d50ddb5adf1e79f30b70db64fceaee
+refs/heads/master: 9cf9309daa5406a23882b88fc5a32b9f51d37e83
3
refs/heads/travis: e21ee7b88a5edc3f3d8c71f90c3fc32abf7e8dd6
4
refs/heads/gh-pages: 4e0561bb4504bf647db669a14417b2b2c87ba45d
5
refs/heads/pubsub-alpha: 1a0e970f265af871e02274085b9662b3fe29058b
trunk/gcloud-java-compute/src/main/java/com/google/gcloud/compute/AddressInfo.java
@@ -531,7 +531,7 @@ Address toPb() {
531
/**
532
* Returns a builder for the {@code AddressInfo} object given it's identity.
533
*/
534
- public static BuilderImpl builder(AddressId addressId) {
+ public static Builder builder(AddressId addressId) {
535
return new BuilderImpl().addressId(addressId);
536
}
537
0 commit comments