fix build

This commit is contained in:
zzz
2012-03-18 00:07:46 +00:00
parent 508533b83e
commit 7d9db79619

View File

@@ -17,6 +17,6 @@ abstract class SchedulerImpl implements TaskScheduler {
} }
protected void reschedule(long msToWait, Connection con) { protected void reschedule(long msToWait, Connection con) {
_context.simpleScheduler().addEvent(con.getConnectionEvent(), msToWait); SimpleScheduler.getInstance().addEvent(con.getConnectionEvent(), msToWait);
} }
} }