mirror of https://github.com/apache/lucene.git
Remove broken Javadoc parts on private method
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1582886 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a133eed069
commit
3a9185ec9d
|
@ -657,12 +657,6 @@ public class OverseerCollectionProcessor implements Runnable, ClosableThread {
|
||||||
/**
|
/**
|
||||||
* Get collection status from cluster state.
|
* Get collection status from cluster state.
|
||||||
* Can return collection status by given shard name.
|
* Can return collection status by given shard name.
|
||||||
*
|
|
||||||
*
|
|
||||||
* @param clusterState
|
|
||||||
* @param name collection name
|
|
||||||
* @param shardStr comma separated shard names
|
|
||||||
* @return map of collection properties
|
|
||||||
*/
|
*/
|
||||||
private Map<String, Object> getCollectionStatus(Map<String, Object> clusterState, String name, String shardStr) {
|
private Map<String, Object> getCollectionStatus(Map<String, Object> clusterState, String name, String shardStr) {
|
||||||
Map<String, Object> docCollection = (Map<String, Object>) clusterState.get(name);
|
Map<String, Object> docCollection = (Map<String, Object>) clusterState.get(name);
|
||||||
|
|
Loading…
Reference in New Issue