You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by rm...@apache.org on 2019/05/23 12:00:57 UTC

[flink] branch master updated: [hotfix] fix typos. 1. [flink-core] below -> above in TypeInformation methods 2. [flink-streaming-java] CLusterUtil -> ClusterUtil in LocalStreamEnvironment methods

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


The following commit(s) were added to refs/heads/master by this push:
     new efec532  [hotfix] fix typos. 1. [flink-core] below -> above in TypeInformation methods 2. [flink-streaming-java] CLusterUtil -> ClusterUtil in LocalStreamEnvironment methods
efec532 is described below

commit efec53212419b4558ecd6cdf822a9da92e9d2bc2
Author: zhangxin516 <zh...@gmail.com>
AuthorDate: Thu May 16 17:45:24 2019 +0800

    [hotfix] fix typos.
    1. [flink-core] below -> above in TypeInformation methods
    2. [flink-streaming-java] CLusterUtil -> ClusterUtil in LocalStreamEnvironment methods
---
 .../main/java/org/apache/flink/api/common/typeinfo/TypeInformation.java | 2 +-
 .../apache/flink/streaming/api/environment/LocalStreamEnvironment.java  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/flink-core/src/main/java/org/apache/flink/api/common/typeinfo/TypeInformation.java b/flink-core/src/main/java/org/apache/flink/api/common/typeinfo/TypeInformation.java
index 2a5f81a..565ac74 100644
--- a/flink-core/src/main/java/org/apache/flink/api/common/typeinfo/TypeInformation.java
+++ b/flink-core/src/main/java/org/apache/flink/api/common/typeinfo/TypeInformation.java
@@ -108,7 +108,7 @@ public abstract class TypeInformation<T> implements Serializable {
 
 	/**
 	 * Gets the number of logical fields in this type. This includes its nested and transitively nested
-	 * fields, in the case of composite types. In the example below, the OuterType type has three
+	 * fields, in the case of composite types. In the example above, the OuterType type has three
 	 * fields in total.
 	 *
 	 * <p>The total number of fields must be at least 1.
diff --git a/flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/LocalStreamEnvironment.java b/flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/LocalStreamEnvironment.java
index 43f1464..eca802f 100644
--- a/flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/LocalStreamEnvironment.java
+++ b/flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/LocalStreamEnvironment.java
@@ -76,7 +76,7 @@ public class LocalStreamEnvironment extends StreamExecutionEnvironment {
 	}
 
 	/**
-	 * Executes the JobGraph of the on a mini cluster of CLusterUtil with a user
+	 * Executes the JobGraph of the on a mini cluster of ClusterUtil with a user
 	 * specified name.
 	 *
 	 * @param jobName