Repository: incubator-ignite Updated Branches: refs/heads/ignite-961-promise 37f748c45 -> 912bdab91
#ignite-961: rewrite cache-put-get-example. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/912bdab9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/912bdab9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/912bdab9 Branch: refs/heads/ignite-961-promise Commit: 912bdab91788b27f6db5c954f27baca857f10ca1 Parents: 37f748c Author: ivasilinets <ivasilin...@gridgain.com> Authored: Tue Jul 14 15:28:06 2015 +0300 Committer: ivasilinets <ivasilin...@gridgain.com> Committed: Tue Jul 14 15:28:06 2015 +0300 ---------------------------------------------------------------------- examples/src/main/js/cache-put-get-example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/912bdab9/examples/src/main/js/cache-put-get-example.js ---------------------------------------------------------------------- diff --git a/examples/src/main/js/cache-put-get-example.js b/examples/src/main/js/cache-put-get-example.js index 69972b8..f865d57 100644 --- a/examples/src/main/js/cache-put-get-example.js +++ b/examples/src/main/js/cache-put-get-example.js @@ -44,7 +44,7 @@ function main() { console.log("Start remote node with config examples/config/example-ignite.xml."); }); - /** Execute individual puts and gets. */ + /** Execute puts and gets. */ function putGetExample (ignite, cache) { var key = 1;