Skip to content

Commit 1e0dd2a

Browse files
Apply suggestion from @michaelnebel
Co-authored-by: Michael Nebel <[email protected]>
1 parent 60e726b commit 1e0dd2a

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 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 indicates 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)