Skip to content

Commit 461aa54

Browse files
rborergarrettjonesgoogle
authored andcommitted
Make class com.google.cloud.ServiceOptions$Builder public (#1672)
1 parent 365a0f7 commit 461aa54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-cloud-core/src/main/java/com/google/cloud/ServiceOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public abstract class ServiceOptions<ServiceT extends Service<OptionsT>, Service
104104
* @param <OptionsT> the {@code ServiceOptions} subclass corresponding to the service
105105
* @param <B> the {@code ServiceOptions} builder
106106
*/
107-
protected abstract static class Builder<ServiceT extends Service<OptionsT>, ServiceRpcT,
107+
public abstract static class Builder<ServiceT extends Service<OptionsT>, ServiceRpcT,
108108
OptionsT extends ServiceOptions<ServiceT, ServiceRpcT, OptionsT>,
109109
B extends Builder<ServiceT, ServiceRpcT, OptionsT, B>> {
110110

0 commit comments

Comments
 (0)