Skip to content

Commit 7c6b972

Browse files
committed
chore: fix javadoc
1 parent 5525aa6 commit 7c6b972

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

src/main/java/io/weaviate/client6/v1/api/cluster/WeaviateClusterClient.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ public Optional<ShardingState> shardingState(String collection,
5050
/**
5151
* Get the status of all nodes in the cluster.
5252
*
53-
* @param fn Lambda expression for optional parameters.
5453
* @throws WeaviateApiException in case the server returned with an
5554
* error status code.
5655
* @throws IOException in case the request was not sent successfully

src/main/java/io/weaviate/client6/v1/api/cluster/WeaviateClusterClientAsync.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ public CompletableFuture<Optional<ShardingState>> shardingState(String collectio
3939

4040
/**
4141
* Get the status of all nodes in the cluster.
42-
*
43-
* @param fn Lambda expression for optional parameters.
4442
*/
4543
public CompletableFuture<List<Node>> listNodes()
4644
throws IOException {

0 commit comments

Comments
 (0)