Repository: storm Updated Branches: refs/heads/0.10.x-branch 132c58c39 -> 09cd78d27
STORM-1754: correct java version in documentation Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/19d47e8f Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/19d47e8f Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/19d47e8f Branch: refs/heads/0.10.x-branch Commit: 19d47e8f37815e78189b9f582239475ac4007a20 Parents: c4ce035 Author: Xin Wang <[email protected]> Authored: Sun May 1 20:25:37 2016 +0800 Committer: Xin Wang <[email protected]> Committed: Mon May 2 19:08:14 2016 +0800 ---------------------------------------------------------------------- examples/storm-starter/README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/19d47e8f/examples/storm-starter/README.markdown ---------------------------------------------------------------------- diff --git a/examples/storm-starter/README.markdown b/examples/storm-starter/README.markdown index f6c97ba..c351b91 100644 --- a/examples/storm-starter/README.markdown +++ b/examples/storm-starter/README.markdown @@ -150,7 +150,7 @@ The following instructions will import storm-starter as a new project in Intelli defaults. Click _Next_. * Click _Next_ on the following screen about selecting Maven projects to import. * Select the JDK to be used by IDEA for storm-starter, then click _Next_. - * At the time of this writing you should use JDK 6. - * It is strongly recommended to use Sun/Oracle JDK 6 rather than OpenJDK 6. + * At the time of this writing you should use JDK 7. + * It is strongly recommended to use Sun/Oracle JDK 7 rather than OpenJDK 7. * You may now optionally change the name of the project in IDEA. The default name suggested by IDEA is "storm-starter". Click _Finish_ once you are done.
