SOLR-9014: Fix javadoc

(cherry picked from commit 6ade999)
This commit is contained in:
Shalin Shekhar Mangar 2016-05-05 05:32:42 +05:30
parent 7bfaa51079
commit 7ce1c2cb74
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ public class ClusterState implements JSONWriter.Writable {
* because the semantics of how collection list is loaded have changed in SOLR-6629.
* Please see javadocs in {@link ZkStateReader#refreshCollectionList(Watcher)}
*
* @return
* @return a map of collection name vs DocCollection object
*/
public Map<String, DocCollection> getCollectionsMap() {
Map<String, DocCollection> result = new HashMap<>(collectionStates.size());