Skip to content

Commit

Permalink
Merge pull request CyC2018#641 from Silverados/patch-2
Browse files Browse the repository at this point in the history
Update Java 并发.md
  • Loading branch information
CyC2018 authored Mar 29, 2019
2 parents ff34081 + 8a55bec commit e065b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/notes/Java 并发.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@

包含了操作系统线程状态中的 Running 和 Ready。

## 阻塞(Blocking
## 阻塞(Blocked

等待获取一个排它锁,如果其线程释放了锁就会结束此状态。

Expand Down

0 comments on commit e065b95

Please sign in to comment.