Skip to content

Conversation

@PEGASUS1993
Copy link
Owner

No description provided.

hongkuancn and others added 15 commits September 13, 2020 23:12
`中级流操作` => `中间操作`
* fix typo 本章小节->本章小结

* fix typos on 20-Generics

修正20章的打字错误

* 添加示例代码链接

* 修改了部分错别字,调整语序
原文是”Combining parallel() and limit() is for experts only“,强调这两个方法应该是组合操作,而不是这两个方法是留给专家使用
1. 原文”First note there is no SingleThreadExecutor class. newSingleThreadExecutor() is a factory in Executors that
creates that particular kind of ExecutorService. “ 
2. 顺手修复markdown的一些语法显示。加粗前后尽量跟上空格,不然很多加粗显示异常。
> ”the blocking never happens because the CompletableFuture is already complete, so the answer is instantly available.“ 

1. 笔误
2. answer这里应该是指结果
* Update 24-Concurrent-Programming.md

> And unless you know something specific about your system that changes things, you’ll probably want to use Async calls.

主谓宾 something specific changes things。作者应该是想说明逻辑中的一些具体实现可能会导致过程中的特定变化,如果使用异步实现会产生异常。而你是明白会产生这样的结果的,否则会更愿意使用异步调用。

原句中没有体现changes这个动作,读起来让人费解。

* Update 24-Concurrent-Programming.md

合并修改意见
* Update 20-Generics.md

* Update Appendix-Understanding-equals-and-hashCode.md

增加脚注
* 修改25章-模板方法模式中的代码格式问题

* fix more code format error
@PEGASUS1993 PEGASUS1993 merged commit 6b68ced into PEGASUS1993:master Sep 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants