JETTY-1431

This commit is contained in:
Jan Bartel 2011-09-19 10:32:43 +10:00
parent 949975e46a
commit 8e765f12c6
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ public class GzipHandler extends HandlerWrapper
*
* @return the buffer size
*/
public int setBufferSize()
public int getBufferSize()
{
return _bufferSize;
}