mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8220248: fix headings in java.util.concurrent
Reviewed-by: martin, jjg
This commit is contained in:
parent
82b990abc9
commit
146e92ca8a
6 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue