mirror of https://github.com/apache/lucene.git
SOLR-5859: add OCP.getCollectionStatus() param description for 'clusterState' to stop 'ant precommit' bitching 'Javadoc: Description expected after this reference' and failing the build
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1584108 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
80cce99ebc
commit
e4e90c224f
|
@ -659,7 +659,7 @@ public class OverseerCollectionProcessor implements Runnable, ClosableThread {
|
|||
* Can return collection status by given shard name.
|
||||
*
|
||||
*
|
||||
* @param clusterState
|
||||
* @param clusterState cloud state map parsed from JSON-serialized {@link ClusterState}
|
||||
* @param name collection name
|
||||
* @param shardStr comma separated shard names
|
||||
* @return map of collection properties
|
||||
|
|
Loading…
Reference in New Issue