Skip to content

Commit c00ceac

Browse files
committed
Cosmetic fix.
1 parent 9aa11ba commit c00ceac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/jsl/collider/ThreadPool.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ private Runnable getNext( int idx )
121121

122122
/* Schmidt D. algorithm suitable for the garbage collector
123123
* environment can not be used here because the same Runnable
124-
* can be scheduled multiple times (to avoid useless object allocation).
124+
* can be scheduled multiple times (to reduce GC pressure).
125125
*/
126126

127127
if (runnable == LOCK)

0 commit comments

Comments
 (0)