javadoc fixes

This commit is contained in:
zzz
2015-03-16 09:08:03 +00:00
parent 56d705739b
commit 4fccd258e6
2 changed files with 1 additions and 2 deletions

View File

@@ -767,7 +767,6 @@ class ConnectionManager {
* blocking * blocking
* *
* @param timeoutMs greater than zero * @param timeoutMs greater than zero
* @param notifier may be null
* @param payload non-null, include in packet, up to 32 bytes may be returned in pong * @param payload non-null, include in packet, up to 32 bytes may be returned in pong
* not copied, do not modify * not copied, do not modify
* @return the payload received in the pong, zero-length if none, null on failure or timeout * @return the payload received in the pong, zero-length if none, null on failure or timeout

View File

@@ -57,7 +57,7 @@ abstract class LogWriterBase implements Runnable {
} }
/** /**
* @param ms * @param interval ms
* @since 0.9.18 * @since 0.9.18
*/ */
public void setFlushInterval(long interval) { public void setFlushInterval(long interval) {