mirror of
https://github.com/sjsdfg/effective-java-3rd-chinese.git
synced 2025-02-05 01:00:37 +08:00
fix:Item 81 链接
This commit is contained in:
parent
cf78726c72
commit
67dbd220b9
@ -86,7 +86,7 @@
|
||||
- [78. 同步访问共享的可变数据](notes/78.%20同步访问共享的可变数据.md)
|
||||
- [79. 避免过度同步](notes/79.%20避免过度同步.md)
|
||||
- [80. executor 、task 和 stream 优先于线程](notes/80.%20executor%20、task%20和%20stream%20优先于线程.md)
|
||||
- [81. 并发工具优于 wait 和 notify](notes/81. 并发工具优于 wait 和 notify.md)
|
||||
- [81. 并发工具优于 wait 和 notify](notes/81.%20并发工具优于%20wait%20和%20notify.md)
|
||||
- [82. 文档应包含线程安全属性](notes/82.%20文档应包含线程安全属性.md)
|
||||
- [83. 明智审慎的使用延迟初始化](notes/83.%20明智审慎的使用延迟初始化.md)
|
||||
- [84. 不要依赖线程调度器](notes/84.%20不要依赖线程调度器.md)
|
||||
|
@ -84,7 +84,7 @@
|
||||
- [78. 同步访问共享的可变数据](notes/78.%20同步访问共享的可变数据.md)
|
||||
- [79. 避免过度同步](notes/79.%20避免过度同步.md)
|
||||
- [80. executor 、task 和 stream 优先于线程](notes/80.%20executor%20、task%20和%20stream%20优先于线程.md)
|
||||
- [81. 并发工具优于 wait 和 notify](notes/81. 并发工具优于 wait 和 notify.md)
|
||||
- [81. 并发工具优于 wait 和 notify](notes/81.%20并发工具优于%20wait%20和%20notify.md)
|
||||
- [82. 文档应包含线程安全属性](notes/82.%20文档应包含线程安全属性.md)
|
||||
- [83. 明智审慎的使用延迟初始化](notes/83.%20明智审慎的使用延迟初始化.md)
|
||||
- [84. 不要依赖线程调度器](notes/84.%20不要依赖线程调度器.md)
|
||||
|
Loading…
Reference in New Issue
Block a user