You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2018/01/08 19:22:14 UTC

[8/9] flink git commit: [FLINK-8320][docs] Clarify that only Java 8 is supported

[FLINK-8320][docs] Clarify that only Java 8 is supported


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/1ef1f321
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/1ef1f321
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/1ef1f321

Branch: refs/heads/master
Commit: 1ef1f321192e11aea62ba0089a42799d2eb127a0
Parents: a31e8a3
Author: zentol <ch...@apache.org>
Authored: Mon Jan 8 17:25:43 2018 +0100
Committer: zentol <ch...@apache.org>
Committed: Mon Jan 8 18:47:09 2018 +0100

----------------------------------------------------------------------
 docs/quickstart/java_api_quickstart.md  | 2 +-
 docs/quickstart/scala_api_quickstart.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/1ef1f321/docs/quickstart/java_api_quickstart.md
----------------------------------------------------------------------
diff --git a/docs/quickstart/java_api_quickstart.md b/docs/quickstart/java_api_quickstart.md
index 7665a75..baf14de 100644
--- a/docs/quickstart/java_api_quickstart.md
+++ b/docs/quickstart/java_api_quickstart.md
@@ -31,7 +31,7 @@ Start working on your Flink Java program in a few simple steps.
 
 ## Requirements
 
-The only requirements are working __Maven 3.0.4__ (or higher) and __Java 8.x__ (or higher) installations.
+The only requirements are working __Maven 3.0.4__ (or higher) and __Java 8.x__ installations.
 
 ## Create Project
 

http://git-wip-us.apache.org/repos/asf/flink/blob/1ef1f321/docs/quickstart/scala_api_quickstart.md
----------------------------------------------------------------------
diff --git a/docs/quickstart/scala_api_quickstart.md b/docs/quickstart/scala_api_quickstart.md
index dce71dd..40c02a9 100644
--- a/docs/quickstart/scala_api_quickstart.md
+++ b/docs/quickstart/scala_api_quickstart.md
@@ -114,7 +114,7 @@ Now you can import the project into Eclipse via `File -> Import... -> Existing P
 
 ### Requirements
 
-The only requirements are working __Maven 3.0.4__ (or higher) and __Java 8.x__ (or higher) installations.
+The only requirements are working __Maven 3.0.4__ (or higher) and __Java 8.x__ installations.
 
 
 ### Create Project