I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit db1fb7cc authored by dev's avatar dev
Browse files

minor style change

parent e5071a3b
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ class ConnThrottler { ...@@ -28,7 +28,7 @@ class ConnThrottler {
_max = max; _max = max;
_totalMax = totalMax; _totalMax = totalMax;
if (max > 0) if (max > 0)
this.counter = new ObjectCounter(); this.counter = new ObjectCounter<Hash>();
else else
this.counter = null; this.counter = null;
if (totalMax > 0) if (totalMax > 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment