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

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

commit 9647481d5d4550635687a28db0318992b914aa30
Author: shaokan.cao <flink...@gmail.com>
AuthorDate: Fri Sep 4 10:28:43 2020 +0800

    [hotfix][docs] Fix ExecutionEnvironment.scala doc error
    
    This closes #13324
---
 .../main/scala/org/apache/flink/api/scala/ExecutionEnvironment.scala    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/flink-scala/src/main/scala/org/apache/flink/api/scala/ExecutionEnvironment.scala
 
b/flink-scala/src/main/scala/org/apache/flink/api/scala/ExecutionEnvironment.scala
index 309794b..951f2c9 100644
--- 
a/flink-scala/src/main/scala/org/apache/flink/api/scala/ExecutionEnvironment.scala
+++ 
b/flink-scala/src/main/scala/org/apache/flink/api/scala/ExecutionEnvironment.scala
@@ -233,7 +233,7 @@ class ExecutionEnvironment(javaEnv: JavaEnv) {
    *
    * @param filePath The path of the file, as a URI (e.g., 
"file:///some/local/file" or
    *                 "hdfs://host:port/file/path").
-   * @param charsetName The name of the character set used to read the file. 
Default is UTF-0
+   * @param charsetName The name of the character set used to read the file. 
Default is UTF-8
    */
   def readTextFileWithValue(
       filePath: String,

Reply via email to