Removed broken Javadoc tags
This commit is contained in:
parent
5b69f0f5ac
commit
48c28185a3
@ -37,9 +37,6 @@ public class HttpRequestEncoder extends HttpMessageEncoder {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* writes the initial line i.e. 'GET /path/to/file/index.html HTTP/1.0'
|
* writes the initial line i.e. 'GET /path/to/file/index.html HTTP/1.0'
|
||||||
*
|
|
||||||
* @param buf
|
|
||||||
* @param message
|
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
protected void encodeInitialLine(ChannelBuffer buf, HttpMessage message) throws Exception {
|
protected void encodeInitialLine(ChannelBuffer buf, HttpMessage message) throws Exception {
|
||||||
|
Loading…
Reference in New Issue
Block a user