Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,7 @@ public String toString() {
}

/**
* Create a ClusterState from Json. This method doesn't support legacy configName location and
* thus don't call it where that's important
* Create a ClusterState from Json.
*
* @param bytes a byte array of a Json representation of a mapping from collection name to the
* Json representation of a {@link DocCollection} as written by {@link #write(JSONWriter)}. It
Expand All @@ -209,7 +208,6 @@ public String toString() {
* {@link ClusterState}
* @return the ClusterState
*/
@Deprecated
public static ClusterState createFromJson(
int version,
byte[] bytes,
Expand Down
Loading