Skip to content
Snippets Groups Projects
Commit dddf2f2d authored by CodingCat's avatar CodingCat Committed by Shixiong Zhu
Browse files

[MINOR] a minor fix for the comments of a method in RPC Dispatcher

## 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 #11738 from CodingCat/minor_rpc.
parent 50e3644d
No related branches found
No related tags found
No related merge requests found
......@@ -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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment