jetty9 - WriteFlusher.PendingState._buffers is final now

This commit is contained in:
Thomas Becker 2012-08-03 19:27:35 +02:00
parent 103dcd7131
commit 5743483f9c
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{