Fix comment

This commit is contained in:
Norman Maurer 2012-10-17 15:47:21 +02:00
parent 9c921b050f
commit 1e8b7d896a

View File

@ -281,7 +281,7 @@ public class HashedWheelTimer implements Timer {
}
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();
}