SOLR-14210: Fix precommit for javadocs

This commit is contained in:
Jan Høydahl 2020-04-14 16:26:43 +02:00
parent 60545a89e0
commit ceeb55c7f5
1 changed files with 1 additions and 1 deletions

View File

@ -46,12 +46,12 @@ import static org.apache.solr.common.params.CommonParams.STATUS;
* <p>
* By default the handler returns status <code>200 OK</code> if all checks succeed, else it returns
* status <code>503 UNAVAILABLE</code>:
* </p>
* <ol>
* <li>Cores container is active.</li>
* <li>Node connected to zookeeper.</li>
* <li>Node listed in <code>live_nodes</code> in zookeeper.</li>
* </ol>
* </p>
*
* <p>
* The handler takes an optional request parameter <code>requireHealthyCores=true</code>