sp-3-p1 minor
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/fc3873dd Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/fc3873dd Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/fc3873dd Branch: refs/heads/ignite-690 Commit: fc3873ddbce1d11e91cc659fd93f0b51cb21d34f Parents: f4afde9 Author: Yakov Zhdanov <yzhda...@gridgain.com> Authored: Wed Apr 15 12:37:37 2015 +0300 Committer: Yakov Zhdanov <yzhda...@gridgain.com> Committed: Wed Apr 15 12:37:37 2015 +0300 ---------------------------------------------------------------------- examples/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/fc3873dd/examples/README.txt ---------------------------------------------------------------------- diff --git a/examples/README.txt b/examples/README.txt index c75cbb3..ed26b81 100644 --- a/examples/README.txt +++ b/examples/README.txt @@ -26,7 +26,7 @@ Remote nodes for examples should always be started with special configuration fi class loading: `examples/config/example-ignite.xml`. To run a remote node in IDE use `ExampleNodeStartup` class. -Javay7 vs Java8 +Java7 vs Java8 =============== Some examples (not all) which can benefit from Java8 Lambda support were re-written with Java8 lambdas. For full set of examples, look at both Java7 and Java8 packages.