mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8243614: Typo in ReentrantLock's Javadoc
Reviewed-by: dholmes, alanb
This commit is contained in:
parent
d3ac1bf16c
commit
c4339c3064
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ import jdk.internal.vm.annotation.ReservedStackAccess;
|
||||||
* try {
|
* try {
|
||||||
* // ... method body
|
* // ... method body
|
||||||
* } finally {
|
* } finally {
|
||||||
* lock.unlock()
|
* lock.unlock();
|
||||||
* }
|
* }
|
||||||
* }
|
* }
|
||||||
* }}</pre>
|
* }}</pre>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue