Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BDBC3178AD for ; Thu, 5 Mar 2015 02:36:24 +0000 (UTC) Received: (qmail 55568 invoked by uid 500); 5 Mar 2015 02:36:24 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 55536 invoked by uid 500); 5 Mar 2015 02:36:24 -0000 Mailing-List: contact commits-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list commits@ignite.incubator.apache.org Received: (qmail 55527 invoked by uid 99); 5 Mar 2015 02:36:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Mar 2015 02:36:24 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 05 Mar 2015 02:36:23 +0000 Received: (qmail 55417 invoked by uid 99); 5 Mar 2015 02:36:03 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Mar 2015 02:36:03 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 7A9FBAC0044 for ; Thu, 5 Mar 2015 02:36:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1664208 - /incubator/ignite/site/trunk/features.html Date: Thu, 05 Mar 2015 02:36:03 -0000 To: commits@ignite.incubator.apache.org From: dsetrakyan@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150305023603.7A9FBAC0044@hades.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dsetrakyan Date: Thu Mar 5 02:36:03 2015 New Revision: 1664208 URL: http://svn.apache.org/r1664208 Log: fixing examples Modified: incubator/ignite/site/trunk/features.html Modified: incubator/ignite/site/trunk/features.html URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/features.html?rev=1664208&r1=1664207&r2=1664208&view=diff ============================================================================== --- incubator/ignite/site/trunk/features.html (original) +++ incubator/ignite/site/trunk/features.html Thu Mar 5 02:36:03 2015 @@ -244,8 +244,8 @@ under the License. @@ -258,7 +258,7 @@ under the License. ignite.compute().broadcast(() -> "Hello Node!"); -
+
                             Collection<IgniteCallable<Integer>> calls = new ArrayList<>();