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 54ab99c commit 972e89fCopy full SHA for 972e89f
2 files changed
src/main/java/io/weaviate/client6/v1/api/Config.java
@@ -196,7 +196,7 @@ public Local grpcPort(int port) {
196
197
/**
198
* Configuration for instances hosted on Weaviate Cloud.
199
- * {@link Config#WeaviateCloud} will create a secure client
+ * {@link WeaviateCloud} will create a secure client
200
* with {@code schema: https} and {@code http-/grpcPort: 443}.
201
*
202
* Custom SSL certificates are suppored via
src/main/java/io/weaviate/client6/v1/api/WeaviateClient.java
@@ -29,7 +29,7 @@ public WeaviateClient(Config config) {
29
}
30
31
32
- * Create {@link @WeaviateClientAsync} with identical configurations.
+ * Create {@link WeaviateClientAsync} with identical configurations.
33
* It is a shorthand for:
34
35
* <pre>{@code
0 commit comments