fix:Item 81 链接

This commit is contained in:
sjsdfg 2019-04-10 21:01:46 +08:00
parent cf78726c72
commit 67dbd220b9
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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)