mirror of https://github.com/apache/lucene.git
SOLR-14749: Use h2 instead of h3 so that the javadoc tool doesn't complain about out-or-sequence headers.
This commit is contained in:
parent
fd98f677b9
commit
bac4309326
|
@ -43,7 +43,7 @@ import org.slf4j.LoggerFactory;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implementation of {@link ClusterEventProducer}.
|
* Implementation of {@link ClusterEventProducer}.
|
||||||
* <h3>Implementation notes</h3>
|
* <h2>Implementation notes</h2>
|
||||||
* <p>For each cluster event relevant listeners are always invoked sequentially
|
* <p>For each cluster event relevant listeners are always invoked sequentially
|
||||||
* (not in parallel) and in arbitrary order. This means that if any listener blocks the
|
* (not in parallel) and in arbitrary order. This means that if any listener blocks the
|
||||||
* processing other listeners may be invoked much later or not at all.</p>
|
* processing other listeners may be invoked much later or not at all.</p>
|
||||||
|
|
Loading…
Reference in New Issue