typo
This commit is contained in:
parent
700c21d563
commit
b4b0413071
@ -94,7 +94,7 @@ public class HashedWheelTimer implements Timer {
|
||||
}
|
||||
if (ticksPerWheel <= 0) {
|
||||
throw new IllegalArgumentException(
|
||||
"ticksPerWheel must be greated than 0: " + ticksPerWheel);
|
||||
"ticksPerWheel must be greater than 0: " + ticksPerWheel);
|
||||
}
|
||||
|
||||
// Normalize ticksPerWheel to power of two and initialize the wheel.
|
||||
|
Loading…
Reference in New Issue
Block a user