Fix checkstyle
This commit is contained in:
parent
41c6aefdab
commit
327e434925
@ -286,7 +286,7 @@ public abstract class AbstractTrafficShapingHandler extends
|
|||||||
writeLimit = newWriteLimit;
|
writeLimit = newWriteLimit;
|
||||||
readLimit = newReadLimit;
|
readLimit = newReadLimit;
|
||||||
if (trafficCounter != null) {
|
if (trafficCounter != null) {
|
||||||
trafficCounter.resetAccounting(System.currentTimeMillis()+1);
|
trafficCounter.resetAccounting(System.currentTimeMillis() + 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user