fixups after prop

This commit is contained in:
zzz
2012-08-03 18:56:53 +00:00
parent 4a1b83961d
commit 72ed1bc1ac
4 changed files with 9 additions and 5 deletions

View File

@ -923,7 +923,7 @@ public class ConsoleUpdateManager implements UpdateManager {
private void finishStatus(String msg) {
updateStatus(msg);
SimpleScheduler.getInstance().addEvent(new Cleaner(msg), 20*60*1000);
_context.simpleScheduler().addEvent(new Cleaner(msg), 20*60*1000);
}
private class Cleaner implements SimpleTimer.TimedEvent {