Fixed indentation

This commit is contained in:
Trustin Lee 2009-01-20 12:18:50 +00:00
parent 941de5b867
commit 700c21d563

View File

@ -74,7 +74,7 @@ public class HashedWheelTimer implements Timer {
this(Executors.defaultThreadFactory(), tickDuration, unit, ticksPerWheel);
}
public HashedWheelTimer(ThreadFactory threadFactory) {
public HashedWheelTimer(ThreadFactory threadFactory) {
this(threadFactory, 100, TimeUnit.MILLISECONDS, 512); // about 50 sec
}