fixed https://issues.apache.org/jira/browse/IGNITE-2157
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/be60351c Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/be60351c Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/be60351c Branch: refs/heads/ignite-2100 Commit: be60351c060931cf6d922f24887442bdd891d714 Parents: 0f98d51 Author: Yakov Zhdanov <[email protected]> Authored: Mon Dec 14 17:12:48 2015 +0300 Committer: Yakov Zhdanov <[email protected]> Committed: Mon Dec 14 17:12:48 2015 +0300 ---------------------------------------------------------------------- .../examples/binary/datagrid/CacheClientBinaryPutGetExample.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/be60351c/examples/src/main/java/org/apache/ignite/examples/binary/datagrid/CacheClientBinaryPutGetExample.java ---------------------------------------------------------------------- diff --git a/examples/src/main/java/org/apache/ignite/examples/binary/datagrid/CacheClientBinaryPutGetExample.java b/examples/src/main/java/org/apache/ignite/examples/binary/datagrid/CacheClientBinaryPutGetExample.java index 26f8d71..9883b14 100644 --- a/examples/src/main/java/org/apache/ignite/examples/binary/datagrid/CacheClientBinaryPutGetExample.java +++ b/examples/src/main/java/org/apache/ignite/examples/binary/datagrid/CacheClientBinaryPutGetExample.java @@ -42,7 +42,7 @@ import org.apache.ignite.binary.BinaryObject; * format using special cache projection. * <p> * Remote nodes should always be started with special configuration file which - * enables the binary marshaller: {@code 'ignite.{sh|bat} examples/config/binary/example-ignite-binary.xml'}. + * enables the binary marshaller: {@code 'ignite.{sh|bat} examples/config/example-ignite.xml'}. * <p> * Alternatively you can run {@link org.apache.ignite.examples.ExampleNodeStartup} in another JVM which will * start node with {@code examples/config/example-ignite.xml} configuration.
