Fix comment
This commit is contained in:
parent
9c921b050f
commit
1e8b7d896a
@ -281,7 +281,7 @@ public class HashedWheelTimer implements Timer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (workerState.getAndSet(2) != 1) {
|
if (workerState.getAndSet(2) != 1) {
|
||||||
// workerState can be 0 or 2 at this moment, so just return an empty set
|
// workerState wasn't 1, so return an empty set
|
||||||
return Collections.emptySet();
|
return Collections.emptySet();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user