dsmiley commented on code in PR #4232:
URL: https://github.com/apache/solr/pull/4232#discussion_r2968792248


##########
solr/solrj-zookeeper/src/java/org/apache/solr/client/solrj/impl/ZkClientClusterStateProvider.java:
##########
@@ -85,62 +78,6 @@ public ZkClientClusterStateProvider(String zkHost) {
     this.canUseZkACLs = true;
   }
 
-  /**
-   * Create a ClusterState from Json. This method supports legacy configName 
location
-   *
-   * @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
-   *     ClusterState#write(JSONWriter)}. It can represent one or more 
collections.
-   * @param liveNodes list of live nodes
-   * @param coll collection name
-   * @param zkClient ZK client
-   * @param createTime creation time of the data/bytes
-   * @return the ClusterState
-   */
-  @SuppressWarnings({"unchecked"})
-  @Deprecated

Review Comment:
   yes!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to