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 34BE818273 for ; Fri, 4 Sep 2015 23:45:26 +0000 (UTC) Received: (qmail 99923 invoked by uid 500); 4 Sep 2015 23:45:26 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 99811 invoked by uid 500); 4 Sep 2015 23:45:26 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 99293 invoked by uid 99); 4 Sep 2015 23:45:25 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Sep 2015 23:45:25 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AE90DDF9AD; Fri, 4 Sep 2015 23:45:25 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: agoncharuk@apache.org To: commits@ignite.apache.org Date: Fri, 04 Sep 2015 23:45:42 -0000 Message-Id: <445716f1d79d4bf98bf548799fa8897a@git.apache.org> In-Reply-To: <4e2a7260ebec4250aaa4795a0bc9e23f@git.apache.org> References: <4e2a7260ebec4250aaa4795a0bc9e23f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [18/30] ignite git commit: ignite-1369: deleted info from the doc that is possible to run a server node from the console ignite-1369: deleted info from the doc that is possible to run a server node from the console Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/55cbf277 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/55cbf277 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/55cbf277 Branch: refs/heads/ignite-264 Commit: 55cbf2773dadf6b66bd3192b73fd9f4241a97b5d Parents: 83b6e5f Author: Denis Magda Authored: Fri Sep 4 14:13:00 2015 +0300 Committer: Denis Magda Committed: Fri Sep 4 14:13:00 2015 +0300 ---------------------------------------------------------------------- .../portable/datagrid/CacheClientPortableQueryExample.java | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/55cbf277/examples/src/main/java/org/apache/ignite/examples/portable/datagrid/CacheClientPortableQueryExample.java ---------------------------------------------------------------------- diff --git a/examples/src/main/java/org/apache/ignite/examples/portable/datagrid/CacheClientPortableQueryExample.java b/examples/src/main/java/org/apache/ignite/examples/portable/datagrid/CacheClientPortableQueryExample.java index b0048fa..c77a6b2 100644 --- a/examples/src/main/java/org/apache/ignite/examples/portable/datagrid/CacheClientPortableQueryExample.java +++ b/examples/src/main/java/org/apache/ignite/examples/portable/datagrid/CacheClientPortableQueryExample.java @@ -47,9 +47,6 @@ import org.apache.ignite.portable.PortableObject; *

* Remote nodes should always be started with special configuration file which * enables the portable marshaller: {@code 'ignite.{sh|bat} examples/config/portable/example-ignite-portable.xml'}. - *

- * Alternatively you can run {@link ExamplePortableNodeStartup} in another JVM which will - * start node with {@code examples/config/portable/example-ignite-portable.xml} configuration. */ public class CacheClientPortableQueryExample { /** Organization cache name. */