Fixed errors in comments
This commit is contained in:
parent
bdc37294d9
commit
6d917ca7eb
@ -102,7 +102,7 @@ public class HashedWheelTimer implements Timer {
|
||||
iterators = createIterators(wheel);
|
||||
mask = wheel.length - 1;
|
||||
|
||||
// Convert checkInterval to nanoseconds.
|
||||
// Convert tickDuration to milliseconds.
|
||||
this.tickDuration = tickDuration = unit.toMillis(tickDuration);
|
||||
|
||||
// Prevent overflow.
|
||||
|
Loading…
Reference in New Issue
Block a user