Skip to content

Commit

Permalink
Make AddressInfo.builder return Builder instead of BuilderImpl
Browse files Browse the repository at this point in the history
  • Loading branch information
mziccard committed Mar 21, 2016
1 parent 2f7a07f commit 3e9c62e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ Address toPb() {
/**
* Returns a builder for the {@code AddressInfo} object given it's identity.
*/
public static BuilderImpl builder(AddressId addressId) {
public static Builder builder(AddressId addressId) {
return new BuilderImpl().addressId(addressId);
}

Expand Down

0 comments on commit 3e9c62e

Please sign in to comment.