Fix style violations introduced in b2a3f7

The long line is caught by checkstyle so causes Travis-CI to fail.
This commit is contained in:
Eric Anderson 2015-04-29 07:24:35 -07:00
parent 2fb03b07dd
commit 9ffc71136e
1 changed files with 2 additions and 2 deletions

View File

@ -403,8 +403,8 @@ public class OkHttpClientTransportTest {
verify(frameWriter).data(eq(false), eq(3), any(Buffer.class), eq(10));
frameHandler.windowUpdate(0, 10);
// Decrease initial window size to HEADER_LENGTH, since we've already sent out HEADER_LENGTH + 20 bytes
// data, the window size should be -20 now.
// Decrease initial window size to HEADER_LENGTH, since we've already sent
// out HEADER_LENGTH + 20 bytes data, the window size should be -20 now.
setInitialWindowSize(HEADER_LENGTH);
// Get 20 tokens back, still can't send any data.
frameHandler.windowUpdate(3, 20);