Remove trailing whitespace

This commit is contained in:
Sam Brannen
2014-04-01 20:22:25 +02:00
parent 8e89aff48f
commit 89a4c291c3
2 changed files with 3 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ public class BufferingStompDecoderTests {
assertEquals(0, stompDecoder.getBufferSize());
assertNull(stompDecoder.getExpectedContentLength());
}
@Test
public void oneMessageInTwoChunks() throws InterruptedException {