Mercurial Hosting > luan
diff src/org/eclipse/jetty/io/Buffer.java @ 1031:921c25a05eaa
remove Buffer.asReadOnlyBuffer()
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 03 Nov 2016 02:04:40 -0600 |
parents | 80cad9086593 |
children | eca26899c4bc |
line wrap: on
line diff
--- a/src/org/eclipse/jetty/io/Buffer.java Thu Nov 03 01:10:09 2016 -0600 +++ b/src/org/eclipse/jetty/io/Buffer.java Thu Nov 03 02:04:40 2016 -0600 @@ -66,12 +66,6 @@ Buffer buffer(); /** - * - * @return a readonly version of this <code>Buffer</code>. - */ - Buffer asReadOnlyBuffer(); - - /** * * The capacity of the buffer. This is the maximum putIndex that may be set. * @return an <code>int</code> value