We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0961794 commit 313a564Copy full SHA for 313a564
1 file changed
src/main/java/io/weaviate/client6/v1/api/Config.java
@@ -42,7 +42,7 @@ public GrpcChannelOptions grpcTransportOptions() {
42
return new GrpcChannelOptions(scheme, grpcHost, grpcPort, headers, tokenProvider);
43
}
44
45
- abstract static class Builder<SELF extends Builder<SELF>> implements ObjectBuilder<Config> {
+ public abstract static class Builder<SELF extends Builder<SELF>> implements ObjectBuilder<Config> {
46
protected String scheme;
47
48
protected String httpHost;
0 commit comments