Fixed errors in comments

This commit is contained in:
Trustin Lee 2009-02-09 11:04:28 +00:00
parent bdc37294d9
commit 6d917ca7eb

View File

@ -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.