Fix checkstyle

This commit is contained in:
Frédéric Brégier 2012-05-20 18:25:10 +03:00
parent 41c6aefdab
commit 327e434925

View File

@ -286,7 +286,7 @@ public abstract class AbstractTrafficShapingHandler extends
writeLimit = newWriteLimit;
readLimit = newReadLimit;
if (trafficCounter != null) {
trafficCounter.resetAccounting(System.currentTimeMillis()+1);
trafficCounter.resetAccounting(System.currentTimeMillis() + 1);
}
}