We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 127464f + bba4531 commit 38cebbcCopy full SHA for 38cebbc
docs/java/concurrent/java-thread-pool-summary.md
@@ -219,7 +219,7 @@ public ScheduledThreadPoolExecutor(int corePoolSize) {
219
220
### ThreadPoolExecutor 示例代码
221
222
-首先创建一个 `Runnable` 接口的实现类(当然也可以是 `Callable` 接口,我们上面也说了两者的区别。)
+首先创建一个 `Runnable` 接口的实现类(当然也可以是 `Callable` 接口,我们后面会介绍两者的区别。)
223
224
`MyRunnable.java`
225
0 commit comments