We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f7a07f commit 3e9c62eCopy full SHA for 3e9c62e
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