jetty9 - WriteFlusher.PendingState._buffers is final now
This commit is contained in:
parent
103dcd7131
commit
5743483f9c
|
@ -230,7 +230,7 @@ abstract public class WriteFlusher
|
|||
{
|
||||
private final C _context;
|
||||
private final Callback<C> _callback;
|
||||
private ByteBuffer[] _buffers;
|
||||
private final ByteBuffer[] _buffers;
|
||||
|
||||
private PendingState(ByteBuffer[] buffers, C context, Callback<C> callback)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue