Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
commit
d00e42a8b9
|
@ -38,7 +38,7 @@ import org.slf4j.LoggerFactory;
|
|||
@ManagedObject
|
||||
public class ArrayByteBufferPool extends AbstractByteBufferPool implements Dumpable
|
||||
{
|
||||
private static final Logger LOG = LoggerFactory.getLogger(MappedByteBufferPool.class);
|
||||
private static final Logger LOG = LoggerFactory.getLogger(ArrayByteBufferPool.class);
|
||||
|
||||
private final int _maxCapacity;
|
||||
private final int _minCapacity;
|
||||
|
|
Loading…
Reference in New Issue