Skip to content

Commit 6886e5c

Browse files
committed
Update java线程池学习总结.md
1 parent c5ecbf2 commit 6886e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/java/multi-thread/java线程池学习总结.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public class ThreadPoolExecutor extends AbstractExecutorService
9191
**`ScheduledThreadPoolExecutor` 类描述:**
9292

9393
```java
94-
//ScheduledExecutorService实现了ExecutorService接口
94+
//ScheduledExecutorService继承ExecutorService接口
9595
public class ScheduledThreadPoolExecutor
9696
extends ThreadPoolExecutor
9797
implements ScheduledExecutorService

0 commit comments

Comments
 (0)