Skip to content

Commit 01b2142

Browse files
committed
Remove superfluous comment (in happy flow, we SHOULD get there)
1 parent 57dd9a8 commit 01b2142

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/core/src/test/java/com/illposed/osc/transport/udp/UDPTransportTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ void testSimultaneusReadWrite() throws IOException, OSCSerializeException, Inter
2929
try
3030
{
3131
transport.receive();
32-
33-
// We should not get here
3432
}
3533
catch (IOException | OSCParseException | BufferOverflowException e)
3634
{

0 commit comments

Comments
 (0)