minor style change

This commit is contained in:
dev
2010-06-12 11:06:24 +00:00
parent e5071a3b7c
commit db1fb7ccf7

View File

@ -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)