Suppress deprecation warning in AbstractDataBufferAllocatingTests

This commit is contained in:
Sam Brannen
2020-09-15 14:34:41 +02:00
parent 0556fdecaa
commit fe9f29f031

View File

@@ -153,6 +153,7 @@ public abstract class AbstractDataBufferAllocatingTests {
public @interface ParameterizedDataBufferAllocatingTest {
}
@SuppressWarnings("deprecation") // PooledByteBufAllocator no longer supports tinyCacheSize.
public static Stream<Arguments> dataBufferFactories() {
return Stream.of(
arguments("NettyDataBufferFactory - UnpooledByteBufAllocator - preferDirect = true",