Suppress deprecation warning in AbstractDataBufferAllocatingTests
This commit is contained in:
parent
0556fdecaa
commit
fe9f29f031
|
@ -153,6 +153,7 @@ public abstract class AbstractDataBufferAllocatingTests {
|
||||||
public @interface ParameterizedDataBufferAllocatingTest {
|
public @interface ParameterizedDataBufferAllocatingTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@SuppressWarnings("deprecation") // PooledByteBufAllocator no longer supports tinyCacheSize.
|
||||||
public static Stream<Arguments> dataBufferFactories() {
|
public static Stream<Arguments> dataBufferFactories() {
|
||||||
return Stream.of(
|
return Stream.of(
|
||||||
arguments("NettyDataBufferFactory - UnpooledByteBufAllocator - preferDirect = true",
|
arguments("NettyDataBufferFactory - UnpooledByteBufAllocator - preferDirect = true",
|
||||||
|
|
Loading…
Reference in New Issue