netty5/buffer/src
Norman Maurer 0d4af6d9da Fix incorrect property name in PooledByteBufAllocator
Motivation:

We hat a typo in the property name that is used in PooledByteBufAllocator.

Modifications:

Change from "...allocation.." to "...allocator.."

Result:

More consistent property naming
2020-02-05 14:40:08 +01:00
..
main Fix incorrect property name in PooledByteBufAllocator 2020-02-05 14:40:08 +01:00
test/java/io/netty/buffer Use lambdas whenever possible (#9979) 2020-01-30 09:28:24 +01:00