Fixing javadoc
This commit is contained in:
parent
55862e229e
commit
791896339d
|
@ -161,7 +161,7 @@ public class HttpChannel<T> implements HttpParser.RequestHandler<T>, Runnable, H
|
|||
|
||||
/**
|
||||
* Set the idle timeout.
|
||||
* <p>This is implemented as a call to {@link EndPoint#setIdleTimeout(long), but may be
|
||||
* <p>This is implemented as a call to {@link EndPoint#setIdleTimeout(long)}, but may be
|
||||
* overridden by channels that have timeouts different from their connections.
|
||||
*/
|
||||
public void setIdleTimeout(long timeoutMs)
|
||||
|
|
|
@ -929,7 +929,6 @@ public class BufferUtil
|
|||
/* ------------------------------------------------------------ */
|
||||
/** Convert Buffer to string ID independent of content
|
||||
* @param buffer
|
||||
* @return A string showing the buffer ID
|
||||
*/
|
||||
private static void idString(ByteBuffer buffer, StringBuilder out)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue