8243614: Typo in ReentrantLock's Javadoc
Reviewed-by: dholmes, alanb
This commit is contained in:
parent
d3ac1bf16c
commit
c4339c3064
@ -84,7 +84,7 @@ import jdk.internal.vm.annotation.ReservedStackAccess;
|
||||
* try {
|
||||
* // ... method body
|
||||
* } finally {
|
||||
* lock.unlock()
|
||||
* lock.unlock();
|
||||
* }
|
||||
* }
|
||||
* }}</pre>
|
||||
|
Loading…
Reference in New Issue
Block a user