[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/6f50ed25
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/6f50ed25
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/6f50ed25

Branch: refs/heads/release-1.4
Commit: 6f50ed256a8a2ced26159ca12f9cdfbbaa91e740
Parents: 951d1b9
Author: zentol <[email protected]>
Authored: Mon Jan 8 17:25:43 2018 +0100
Committer: zentol <[email protected]>
Committed: Mon Jan 8 20:26:17 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/6f50ed25/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/6f50ed25/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

Reply via email to