SOLR-9014: Fix javadoc

This commit is contained in:
Shalin Shekhar Mangar 2016-05-05 05:32:42 +05:30
parent f5497a33e2
commit 6ade99947a
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());