Repository: ignite Updated Branches: refs/heads/ignite-1093-2 ce23c05c7 -> 53e0d97e5
IGNITE-1369: properly fixed example javadoc Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/c315cb08 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/c315cb08 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/c315cb08 Branch: refs/heads/ignite-1093-2 Commit: c315cb08acb37a67e6f6b37bbb064ce3edc05521 Parents: aa35e36 Author: Denis Magda <[email protected]> Authored: Tue Sep 8 12:35:05 2015 +0300 Committer: Denis Magda <[email protected]> Committed: Tue Sep 8 12:35:05 2015 +0300 ---------------------------------------------------------------------- .../portable/datagrid/CacheClientPortableQueryExample.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/c315cb08/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 c77a6b2..3170864 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 @@ -45,8 +45,8 @@ import org.apache.ignite.portable.PortableObject; * This example demonstrates use of portable objects with cache queries. * The example populates cache with sample data and runs several SQL and full text queries over this data. * <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'}. + * Remote nodes should always be started with {@link ExamplePortableNodeStartup} which starts a node with + * {@code examples/config/portable/example-ignite-portable.xml} configuration. */ public class CacheClientPortableQueryExample { /** Organization cache name. */
