Removed broken Javadoc tags

This commit is contained in:
Trustin Lee 2008-12-05 01:19:15 +00:00
parent 5b69f0f5ac
commit 48c28185a3

View File

@ -37,9 +37,6 @@ public class HttpRequestEncoder extends HttpMessageEncoder {
/**
* writes the initial line i.e. 'GET /path/to/file/index.html HTTP/1.0'
*
* @param buf
* @param message
*/
@Override
protected void encodeInitialLine(ChannelBuffer buf, HttpMessage message) throws Exception {