diff --git a/apps/streaming/java/src/net/i2p/client/streaming/ConnThrottler.java b/apps/streaming/java/src/net/i2p/client/streaming/ConnThrottler.java index 4abe4721d..14dd77c9c 100644 --- a/apps/streaming/java/src/net/i2p/client/streaming/ConnThrottler.java +++ b/apps/streaming/java/src/net/i2p/client/streaming/ConnThrottler.java @@ -30,7 +30,7 @@ class ConnThrottler { _totalMax = totalMax; this.counter = new ObjectCounter(); _currentTotal = new AtomicInteger(); - // shorten the initial period by a random amount,mpleScheduler.getInstance().addPeriodicEvent(new Cleaner(), + // shorten the initial period by a random amount // to prevent correlation across destinations // and identification of router startup time SimpleScheduler.getInstance().addPeriodicEvent(new Cleaner(),