Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8243614: Typo in ReentrantLock's Javadoc
Reviewed-by: dholmes, alanb
  • Loading branch information
Martin Buchholz committed Dec 5, 2020
1 parent d3ac1bf commit c4339c3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -84,7 +84,7 @@
* try {
* // ... method body
* } finally {
* lock.unlock()
* lock.unlock();
* }
* }
* }}</pre>
Expand Down

1 comment on commit c4339c3

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.