Mercurial Hosting > luan
diff src/org/eclipse/jetty/io/Buffer.java @ 1032:eca26899c4bc
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 03 Nov 2016 03:19:50 -0600 |
parents | 921c25a05eaa |
children | 3c4c7cc7904f |
line wrap: on
line diff
--- a/src/org/eclipse/jetty/io/Buffer.java Thu Nov 03 02:04:40 2016 -0600 +++ b/src/org/eclipse/jetty/io/Buffer.java Thu Nov 03 03:19:50 2016 -0600 @@ -175,13 +175,7 @@ */ byte peek(int index); - /** - * - * @param index an <code>int</code> value - * @param length an <code>int</code> value - * @return The <code>Buffer</code> value from the requested getIndex. - */ - Buffer peek(int index, int length); + String toString(int index, int length); /** *