Polishing

This commit is contained in:
Sam Brannen
2023-02-20 14:41:33 +01:00
parent 8a44b6445d
commit 2d56505ea9
7 changed files with 198 additions and 200 deletions

View File

@@ -211,6 +211,7 @@ class MetadataEncoderTests {
.encode()
.block();
@SuppressWarnings("deprecation")
ByteBuf byteBuf = new NettyDataBufferFactory(ByteBufAllocator.DEFAULT)
.wrap(buffer.toByteBuffer())
.getNativeBuffer();