Skip to content

Commit

Permalink
Remove change required for netty 4.1.94+
Browse files Browse the repository at this point in the history
  • Loading branch information
lriggs committed Jul 28, 2023
1 parent 6199a7e commit d3aa158
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public InnerAllocator() {
}

private UnsafeDirectLittleEndian newDirectBufferL(int initialCapacity, int maxCapacity) {
PoolArenasCache cache = threadCache();
PoolThreadCache cache = threadCache();
PoolArena<ByteBuffer> directArena = cache.directArena;

if (directArena != null) {
Expand Down

0 comments on commit d3aa158

Please sign in to comment.