core: fix ServerBuilder.setBinaryLog javadoc (#4514)

The javadoc should refer to server not channel.
This commit is contained in:
zpencer 2018-05-31 18:14:44 -07:00 committed by GitHub
parent 43831bc0e8
commit 25a2ec1ef3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ public abstract class ServerBuilder<T extends ServerBuilder<T>> {
}
/**
* Sets the BinaryLog object that this server should log to. The channel does not take
* Sets the BinaryLog object that this server should log to. The server does not take
* ownership of the object, and users are responsible for calling {@link BinaryLog#close()}.
*
* @param binaryLog the object to provide logging.