We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09f4899 + dcaf3f2 commit 37ad2d2Copy full SHA for 37ad2d2
jetty-io/src/main/java/org/eclipse/jetty/io/ArrayByteBufferPool.java
@@ -43,7 +43,7 @@
43
@ManagedObject
44
public class ArrayByteBufferPool extends AbstractByteBufferPool implements Dumpable
45
{
46
- private static final Logger LOG = Log.getLogger(MappedByteBufferPool.class);
+ private static final Logger LOG = Log.getLogger(ArrayByteBufferPool.class);
47
48
private final int _maxCapacity;
49
private final int _minCapacity;
0 commit comments