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:
Uwe Schindler 2014-03-28 21:28:41 +00:00
parent a133eed069
commit 3a9185ec9d
1 changed files with 0 additions and 6 deletions

View File

@ -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);