Skip to content

Commit bba4531

Browse files
committed
Optimize expression.
1 parent 3b5d9b4 commit bba4531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/java/concurrent/java-thread-pool-summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ public ScheduledThreadPoolExecutor(int corePoolSize) {
219219

220220
### ThreadPoolExecutor 示例代码
221221

222-
首先创建一个 `Runnable` 接口的实现类(当然也可以是 `Callable` 接口,我们上面也说了两者的区别。)
222+
首先创建一个 `Runnable` 接口的实现类(当然也可以是 `Callable` 接口,我们后面会介绍两者的区别。)
223223

224224
`MyRunnable.java`
225225

0 commit comments

Comments
 (0)