Skip to content

Commit

Permalink
Undo java change that was required for netty upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
lriggs committed Jul 19, 2023
1 parent c29d6a8 commit 7acfeb2
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 7acfeb2

Please sign in to comment.