From d590a7388bd2092f0d8a520ba3798dfb54438ad3 Mon Sep 17 00:00:00 2001 From: Reynald Borer Date: Tue, 28 Feb 2017 11:55:52 +0100 Subject: [PATCH] Make class com.google.cloud.ServiceOptions$Builder public --- .../src/main/java/com/google/cloud/ServiceOptions.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google-cloud-core/src/main/java/com/google/cloud/ServiceOptions.java b/google-cloud-core/src/main/java/com/google/cloud/ServiceOptions.java index cdf6e0b7651b..9122aa525bcf 100644 --- a/google-cloud-core/src/main/java/com/google/cloud/ServiceOptions.java +++ b/google-cloud-core/src/main/java/com/google/cloud/ServiceOptions.java @@ -104,7 +104,7 @@ public abstract class ServiceOptions, Service * @param the {@code ServiceOptions} subclass corresponding to the service * @param the {@code ServiceOptions} builder */ - protected abstract static class Builder, ServiceRpcT, + public abstract static class Builder, ServiceRpcT, OptionsT extends ServiceOptions, B extends Builder> {