core: fix typo in javadoc (#6431)

This commit is contained in:
Yongwoo Noh 2019-11-15 11:19:28 -08:00 committed by Jihun Cho
parent a49bd6efaa
commit add020fd19
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ public final class ServerImpl extends io.grpc.Server implements InternalInstrume
* Construct a 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
*/
ServerImpl(