Merge pull request #38 from GungnirLaevatain/patch-1

modify menu
This commit is contained in:
Joe 2020-01-10 01:51:40 -06:00 committed by GitHub
commit 57aa1989e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,10 +44,10 @@ Effective Java 第三版翻译校对群:[909059971](https://jq.qq.com/?_wv=102
- [06. 避免创建不必要的对象](notes/06.%20避免创建不必要的对象.md)
- [07. 消除过期的对象引用](notes/07.%20消除过期的对象引用.md)
- [08. 避免使用Finalizer和Cleaner机制](notes/08.%20避免使用Finalizer和Cleaner机制.md)
- [09. 使用try-with-resources语句替代try-finally语句](notes/09.%20使用try-with-resources语句替代try-finally语句.md)
### Chapter 3. Methods Common to All Objects
- [09. 使用try-with-resources语句替代try-finally语句](notes/09.%20使用try-with-resources语句替代try-finally语句.md)
- [10. 重写equals方法时遵守通用约定](notes/10.%20重写equals方法时遵守通用约定.md)
- [11. 重写equals方法时同时也要重写hashcode方法](notes/11.%20重写equals方法时同时也要重写hashcode方法.md)
- [12. 始终重写 toString 方法](notes/12.%20始终重写%20toString%20方法.md)