Skip to content

Commit

Permalink
Make class com.google.cloud.ServiceOptions$Builder public (#1672)
Browse files Browse the repository at this point in the history
  • Loading branch information
rborer authored and garrettjonesgoogle committed Feb 28, 2017
1 parent 365a0f7 commit 461aa54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public abstract class ServiceOptions<ServiceT extends Service<OptionsT>, Service
* @param <OptionsT> the {@code ServiceOptions} subclass corresponding to the service
* @param <B> the {@code ServiceOptions} builder
*/
protected abstract static class Builder<ServiceT extends Service<OptionsT>, ServiceRpcT,
public abstract static class Builder<ServiceT extends Service<OptionsT>, ServiceRpcT,
OptionsT extends ServiceOptions<ServiceT, ServiceRpcT, OptionsT>,
B extends Builder<ServiceT, ServiceRpcT, OptionsT, B>> {

Expand Down

0 comments on commit 461aa54

Please sign in to comment.