Skip to content

Commit 6013c34

Browse files
committed
Improve query docs for java/java-util-concurrent-scheduledthreadpoolexecutor
1 parent 7bb3758 commit 6013c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/Likely Bugs/Concurrency/ScheduledThreadPoolExecutorZeroThread.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Overview
22

3-
According to the Java documentation on `ScheduledThreadPoolExecutor`, it is not a good idea to set `corePoolSize` to zero, since doing so indicates the executor to keep 0 threads in its pool and the executor will serve no purpose.
3+
According to the Java documentation on `ScheduledThreadPoolExecutor`, it is not a good idea to set `corePoolSize` to zero, since doing so instructs the executor to keep 0 threads in its pool and the executor will serve no purpose.
44

55
## Recommendation
66

0 commit comments

Comments
 (0)