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 <[email protected]> Authored: Fri Sep 4 14:13:00 2015 +0300 Committer: Denis Magda <[email protected]> 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; * <p> * 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'}. - * <p> - * 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. */
