Skip to content

Commit ef56aef

Browse files
committed
Remove empty statement from TcpNioConnectionTests
1 parent b4c7704 commit ef56aef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-integration-ip/src/test/java/org/springframework/integration/ip/tcp/connection/TcpNioConnectionTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,6 @@ public void testByteArrayReadMulti() throws Exception {
397397
TcpNioConnection connection = new TcpNioConnection(socketChannel, false, false, null, null);
398398
TcpNioConnection.ChannelInputStream stream =
399399
TestUtils.getPropertyValue(connection, "channelInputStream", TcpNioConnection.ChannelInputStream.class);
400-
;
401400
stream.write(ByteBuffer.wrap("foo".getBytes()));
402401
stream.write(ByteBuffer.wrap("bar".getBytes()));
403402
byte[] out = new byte[6];

0 commit comments

Comments
 (0)