We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ecbf2 commit 6886e5cCopy full SHA for 6886e5c
docs/java/multi-thread/java线程池学习总结.md
@@ -91,7 +91,7 @@ public class ThreadPoolExecutor extends AbstractExecutorService
91
**`ScheduledThreadPoolExecutor` 类描述:**
92
93
```java
94
-//ScheduledExecutorService实现了ExecutorService接口
+//ScheduledExecutorService继承ExecutorService接口
95
public class ScheduledThreadPoolExecutor
96
extends ThreadPoolExecutor
97
implements ScheduledExecutorService
0 commit comments