mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +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 {
|
||||
* // ... method body
|
||||
* } finally {
|
||||
* lock.unlock()
|
||||
* lock.unlock();
|
||||
* }
|
||||
* }
|
||||
* }}</pre>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue