Skip to content

Commit

Permalink
[MINOR] a minor fix for the comments of a method in RPC Dispatcher
Browse files Browse the repository at this point in the history
## What changes were proposed in this pull request?

a minor fix for the comments of a method in RPC Dispatcher

## How was this patch tested?

existing unit tests

Author: CodingCat <zhunansjtu@gmail.com>

Closes apache#11738 from CodingCat/minor_rpc.
  • Loading branch information
CodingCat authored and roygao94 committed Mar 22, 2016
1 parent 8f6f54d commit 6491b16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ private[netty] class Dispatcher(nettyEnv: NettyRpcEnv) extends Logging {
* Posts a message to a specific endpoint.
*
* @param endpointName name of the endpoint.
* @param createMessageFn function to create the message.
* @param message the message to post
* @param callbackIfStopped callback function if the endpoint is stopped.
*/
private def postMessage(
Expand Down

0 comments on commit 6491b16

Please sign in to comment.