You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by dw...@apache.org on 2019/01/17 14:54:47 UTC

[flink] branch master updated: [FLINK-11341][doc] Correct javadoc of AkkaUtils#getAkkaConfig

This is an automated email from the ASF dual-hosted git repository.

dwysakowicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new ef18c2a  [FLINK-11341][doc] Correct javadoc of AkkaUtils#getAkkaConfig
ef18c2a is described below

commit ef18c2a12e787494ad0a25e69431ead12db7b8fd
Author: Asura7969 <14...@qq.com>
AuthorDate: Thu Jan 17 22:54:40 2019 +0800

    [FLINK-11341][doc] Correct javadoc of AkkaUtils#getAkkaConfig
---
 .../src/main/scala/org/apache/flink/runtime/akka/AkkaUtils.scala        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-runtime/src/main/scala/org/apache/flink/runtime/akka/AkkaUtils.scala b/flink-runtime/src/main/scala/org/apache/flink/runtime/akka/AkkaUtils.scala
index b8c2cdc..14563e9 100644
--- a/flink-runtime/src/main/scala/org/apache/flink/runtime/akka/AkkaUtils.scala
+++ b/flink-runtime/src/main/scala/org/apache/flink/runtime/akka/AkkaUtils.scala
@@ -141,7 +141,7 @@ object AkkaUtils {
     * @param configuration containing the user provided configuration values
     * @param hostname to bind against. If null, then the loopback interface is used
     * @param port to bind against
-    * @param executorMode containing the user specified mode of executor
+    * @param executorConfig containing the user specified config of executor
     * @return A remote Akka config
     */
   def getAkkaConfig(configuration: Configuration,