netty5/buffer/src
Dmitriy Dumanskiy 6cebb6069b remove unnecessary vararg argument in PooledByteBufAllocator (#8338)
Motivation:

No need in varargs, the method always accepts array.

Modification:

... replaced with []
2018-10-05 19:06:44 +08:00
..
main/java/io/netty/buffer remove unnecessary vararg argument in PooledByteBufAllocator (#8338) 2018-10-05 19:06:44 +08:00
test/java/io/netty/buffer Allow to use native transports when sun.misc.Unsafe is not present on… (#8231) 2018-08-29 19:36:33 +02:00