Fixing javadoc

This commit is contained in:
Joakim Erdfelt 2015-08-12 14:22:53 -07:00
parent 55862e229e
commit 791896339d
2 changed files with 1 additions and 2 deletions

View File

@ -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)

View File

@ -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)
{