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 db29b52 commit 7721136Copy full SHA for 7721136
1 file changed
src/main/java/io/weaviate/client6/v1/api/cluster/Node.java
@@ -4,8 +4,6 @@
4
5
import com.google.gson.annotations.SerializedName;
6
7
-import io.weaviate.client6.v1.api.collections.config.ShardStatus;
8
-
9
public record Node(
10
@SerializedName("name") String name,
11
@SerializedName("status") String status,
0 commit comments