Skip to content

Commit

Permalink
core: fix typo in javadoc (#6431)
Browse files Browse the repository at this point in the history
  • Loading branch information
yonguno authored and creamsoup committed Nov 15, 2019
1 parent a49bd6e commit add020f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/io/grpc/internal/ServerImpl.java
Expand Up @@ -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(
Expand Down

0 comments on commit add020f

Please sign in to comment.