Fix checkstyle
This commit is contained in:
parent
98dfc91471
commit
138b366b00
@ -275,9 +275,11 @@ public class TrafficShapingHandlerTest extends AbstractSocketTest {
|
|||||||
* ensure correct testing)
|
* ensure correct testing)
|
||||||
* @throws Throwable
|
* @throws Throwable
|
||||||
*/
|
*/
|
||||||
private static void testTrafficShapping0(ServerBootstrap sb, Bootstrap cb, final boolean additionalExecutor,
|
private static void testTrafficShapping0(
|
||||||
|
ServerBootstrap sb, Bootstrap cb, final boolean additionalExecutor,
|
||||||
final boolean limitRead, final boolean limitWrite, final boolean globalLimit, int[] autoRead,
|
final boolean limitRead, final boolean limitWrite, final boolean globalLimit, int[] autoRead,
|
||||||
long[] minimalWaitBetween, int[] multipleMessage) throws Throwable {
|
long[] minimalWaitBetween, int[] multipleMessage) throws Throwable {
|
||||||
|
|
||||||
TESTRUN ++;
|
TESTRUN ++;
|
||||||
logger.info("TEST: " + TESTNAME + " RUN: " + TESTRUN +
|
logger.info("TEST: " + TESTNAME + " RUN: " + TESTRUN +
|
||||||
" Exec: " + additionalExecutor + " Read: " + limitRead + " Write: " + limitWrite + " Global: "
|
" Exec: " + additionalExecutor + " Read: " + limitRead + " Write: " + limitWrite + " Global: "
|
||||||
|
Loading…
Reference in New Issue
Block a user