minor style change
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user