File tree Expand file tree Collapse file tree
branches/compute-alpha/gcloud-java-compute/src/main/java/com/google/gcloud/compute Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
1010refs/tags/v0.0.10: 207ebd2a3472fddee69fe1298eb90429e3306efd
1111refs/tags/v0.0.11: ffbfba48a6426ff63c08ff2117e58681f251fbf2
1212refs/tags/v0.0.12: 2fd8066e891fb3dfea69b65f6bf6461db79342b9
13- refs/heads/compute-alpha: 2f7a07fd0800fa44536df007614cb0df2c47a276
13+ refs/heads/compute-alpha: 3e9c62e45fd9f52c1f833018927991f3c92e4caf
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments