From 2b39d28e99a00f1c7d9cb7e6f40a324f2e3434f4 Mon Sep 17 00:00:00 2001 From: zzz Date: Thu, 19 Dec 2013 12:16:39 +0000 Subject: [PATCH] fix comment --- .../java/src/net/i2p/client/streaming/ConnThrottler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(),