netty5/buffer/src/test/java/io
Norman Maurer feae0435b5 SwappedByteBuf.unwrap() should return wrapped buffer.
Motivation:

SwappedByteBuf.unwrap() not returned the wrapped buffer but the buffer that was wrapped by the original buffer. This is not correct.

Modifications:

Correctly return wrapped buffer and fix test.

Result:

SwappedByteBuf.unwrap() works as expected.
2016-12-01 21:22:30 +01:00
..
netty/buffer SwappedByteBuf.unwrap() should return wrapped buffer. 2016-12-01 21:22:30 +01:00