Skip to content

Commit 3e9c62e

Browse files
committed
Make AddressInfo.builder return Builder instead of BuilderImpl
1 parent 2f7a07f commit 3e9c62e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)