You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by GitBox <gi...@apache.org> on 2019/01/16 05:48:13 UTC

[flink] Diff for: [GitHub] Asura7969 closed pull request #7500: [FLINK-11341]Javadoc description does not match the parameter name

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 b8c2cdce29d..14563e913da 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,


With regards,
Apache Git Services