This commit is contained in:
zzz
2011-12-05 16:17:09 +00:00
parent 51899e9ea0
commit 4c2c198c0a
2 changed files with 5 additions and 5 deletions

View File

@@ -52,7 +52,7 @@ public class StatSummarizer implements Runnable {
private Thread _thread;
public StatSummarizer() {
_context = (RouterContext)RouterContext.listContexts().get(0); // fuck it, only summarize one per jvm
_context = RouterContext.listContexts().get(0); // fuck it, only summarize one per jvm
_log = _context.logManager().getLog(getClass());
_listeners = new CopyOnWriteArrayList();
_instance = this;