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:
Adrien Grand 2020-11-10 09:09:20 +01:00
parent fd98f677b9
commit bac4309326
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ import org.slf4j.LoggerFactory;
/**
* Implementation of {@link ClusterEventProducer}.
* <h3>Implementation notes</h3>
* <h2>Implementation notes</h2>
* <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
* processing other listeners may be invoked much later or not at all.</p>