mirror of https://github.com/grpc/grpc-java.git
core: fix ServerBuilder.setBinaryLog javadoc (#4514)
The javadoc should refer to server not channel.
This commit is contained in:
parent
43831bc0e8
commit
25a2ec1ef3
|
|
@ -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()}.
|
* ownership of the object, and users are responsible for calling {@link BinaryLog#close()}.
|
||||||
*
|
*
|
||||||
* @param binaryLog the object to provide logging.
|
* @param binaryLog the object to provide logging.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue