Update Java 并发.md

This commit is contained in:
Gouden 2018-07-17 22:52:13 +08:00 committed by GitHub
parent 662238e8d2
commit 95fd87775e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1232,7 +1232,7 @@ Thread 对象的 start() 方法调用先行发生于此线程的每一个动作
> Thread Join Rule
join() 方法返回先行发生于 Thread 对象的结束。
Thread 对象的结束先行发生于join() 方法返回
<div align="center"> <img src="../pics//thread-join-rule.png" width=""/> </div><br>