8220248: fix headings in java.util.concurrent

Reviewed-by: martin, jjg
This commit is contained in:
Doug Lea 2019-05-02 06:33:28 -07:00
parent 82b990abc9
commit 146e92ca8a
6 changed files with 8 additions and 8 deletions

View file

@ -104,7 +104,7 @@ import java.util.concurrent.TimeUnit;
* define a {@code readObject} method that restores this to a known
* initial state upon deserialization.
*
* <h3>Usage</h3>
* <h2>Usage</h2>
*
* <p>To use this class as the basis of a synchronizer, redefine the
* following methods, as applicable, by inspecting and/or modifying
@ -187,7 +187,7 @@ import java.util.concurrent.TimeUnit;
* {@link java.util.Queue} classes, and {@link LockSupport} blocking
* support.
*
* <h3>Usage Examples</h3>
* <h2>Usage Examples</h2>
*
* <p>Here is a non-reentrant mutual exclusion lock class that uses
* the value zero to represent the unlocked state, and one to