Skip to content

Commit 972e89f

Browse files
committed
chore: fix javadoc
1 parent 54ab99c commit 972e89f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/io/weaviate/client6/v1/api/Config.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ public Local grpcPort(int port) {
196196

197197
/**
198198
* Configuration for instances hosted on Weaviate Cloud.
199-
* {@link Config#WeaviateCloud} will create a secure client
199+
* {@link WeaviateCloud} will create a secure client
200200
* with {@code schema: https} and {@code http-/grpcPort: 443}.
201201
*
202202
* Custom SSL certificates are suppored via

src/main/java/io/weaviate/client6/v1/api/WeaviateClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public WeaviateClient(Config config) {
2929
}
3030

3131
/**
32-
* Create {@link @WeaviateClientAsync} with identical configurations.
32+
* Create {@link WeaviateClientAsync} with identical configurations.
3333
* It is a shorthand for:
3434
*
3535
* <pre>{@code

0 commit comments

Comments
 (0)