Skip to content

Commit

Permalink
Optimize expression.
Browse files Browse the repository at this point in the history
  • Loading branch information
smy1999 committed Mar 21, 2024
1 parent 3b5d9b4 commit bba4531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/java/concurrent/java-thread-pool-summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ public ScheduledThreadPoolExecutor(int corePoolSize) {

### ThreadPoolExecutor 示例代码

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

`MyRunnable.java`

Expand Down

0 comments on commit bba4531

Please sign in to comment.