mirror of https://github.com/apache/lucene.git
SOLR-9014: Fix javadoc
This commit is contained in:
parent
f5497a33e2
commit
6ade99947a
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue