mirror of https://github.com/grpc/grpc-java.git
core: fix typo in javadoc (#6431)
This commit is contained in:
parent
a49bd6efaa
commit
add020fd19
|
|
@ -131,7 +131,7 @@ public final class ServerImpl extends io.grpc.Server implements InternalInstrume
|
||||||
* Construct a server.
|
* Construct a server.
|
||||||
*
|
*
|
||||||
* @param builder builder with configuration for server
|
* @param builder builder with configuration for server
|
||||||
* @param transportServer transport server that will create new incoming transports
|
* @param transportServers transport servers that will create new incoming transports
|
||||||
* @param rootContext context that callbacks for new RPCs should be derived from
|
* @param rootContext context that callbacks for new RPCs should be derived from
|
||||||
*/
|
*/
|
||||||
ServerImpl(
|
ServerImpl(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue