Mercurial Hosting > luan
diff src/org/eclipse/jetty/io/BufferCache.java @ 999:74b9daf2826c
simplify Response
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 19 Oct 2016 00:59:46 -0600 |
parents | 3ff59e08a1b7 |
children |
line wrap: on
line diff
--- a/src/org/eclipse/jetty/io/BufferCache.java Tue Oct 18 23:01:00 2016 -0600 +++ b/src/org/eclipse/jetty/io/BufferCache.java Wed Oct 19 00:59:46 2016 -0600 @@ -32,9 +32,9 @@ */ public class BufferCache { - private final HashMap _bufferMap=new HashMap(); + private final HashMap _bufferMap = new HashMap(); private final TreeMap _stringMap = new TreeMap(); - private final ArrayList _index= new ArrayList(); + private final ArrayList _index = new ArrayList(); /* ------------------------------------------------------------------------------- */ /** Add a buffer to the cache at the specified index.