ignite-578 fixed

Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/42e467c3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/42e467c3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/42e467c3

Branch: refs/heads/ignite-tc-jclient
Commit: 42e467c36ae7b13f2fee59e9a483eceb8f1f261e
Parents: de13f57
Author: Yakov Zhdanov <yzhda...@gridgain.com>
Authored: Wed Mar 25 16:58:30 2015 +0300
Committer: Yakov Zhdanov <yzhda...@gridgain.com>
Committed: Wed Mar 25 16:58:30 2015 +0300

----------------------------------------------------------------------
 .../examples/datagrid/starschema/CacheStarSchemaExample.java    | 5 +----
 .../examples/datagrid/store/dummy/CacheDummyStoreExample.java   | 5 +----
 .../datagrid/store/hibernate/CacheHibernateStoreExample.java    | 2 +-
 .../examples/datagrid/store/jdbc/CacheJdbcStoreExample.java     | 2 +-
 4 files changed, 4 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/42e467c3/examples/src/main/java/org/apache/ignite/examples/datagrid/starschema/CacheStarSchemaExample.java
----------------------------------------------------------------------
diff --git 
a/examples/src/main/java/org/apache/ignite/examples/datagrid/starschema/CacheStarSchemaExample.java
 
b/examples/src/main/java/org/apache/ignite/examples/datagrid/starschema/CacheStarSchemaExample.java
index 305b364..302d963 100644
--- 
a/examples/src/main/java/org/apache/ignite/examples/datagrid/starschema/CacheStarSchemaExample.java
+++ 
b/examples/src/main/java/org/apache/ignite/examples/datagrid/starschema/CacheStarSchemaExample.java
@@ -43,10 +43,7 @@ import java.util.concurrent.*;
  * one <i>fact</i> - {@link FactPurchase}. Queries are executed by joining 
dimensions and facts
  * in various ways.
  * <p>
- * Remote nodes should always be started with special configuration file which
- * enables P2P class loading: {@code 'ignite.{sh|bat} 
examples/config/example-ignite.xml'}.
- * <p>
- * Alternatively you can run {@link ExampleNodeStartup} in another JVM which 
will
+ * Remote nodes can be started with {@link ExampleNodeStartup} in another JVM 
which will
  * start node with {@code examples/config/example-ignite.xml} configuration.
  */
 public class CacheStarSchemaExample {

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/42e467c3/examples/src/main/java/org/apache/ignite/examples/datagrid/store/dummy/CacheDummyStoreExample.java
----------------------------------------------------------------------
diff --git 
a/examples/src/main/java/org/apache/ignite/examples/datagrid/store/dummy/CacheDummyStoreExample.java
 
b/examples/src/main/java/org/apache/ignite/examples/datagrid/store/dummy/CacheDummyStoreExample.java
index 6cc9760..ce103d8 100644
--- 
a/examples/src/main/java/org/apache/ignite/examples/datagrid/store/dummy/CacheDummyStoreExample.java
+++ 
b/examples/src/main/java/org/apache/ignite/examples/datagrid/store/dummy/CacheDummyStoreExample.java
@@ -33,10 +33,7 @@ import static org.apache.ignite.cache.CacheAtomicityMode.*;
  * <p>
  * This example uses {@link CacheDummyPersonStore} as a persistent store.
  * <p>
- * Remote nodes should always be started with special configuration file which
- * enables P2P class loading: {@code 'ignite.{sh|bat} 
examples/config/example-ignite.xml'}.
- * <p>
- * Alternatively you can run {@link ExampleNodeStartup} in another JVM which 
will
+ * Remote nodes can be started with {@link ExampleNodeStartup} in another JVM 
which will
  * start node with {@code examples/config/example-ignite.xml} configuration.
  */
 public class CacheDummyStoreExample {

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/42e467c3/examples/src/main/java/org/apache/ignite/examples/datagrid/store/hibernate/CacheHibernateStoreExample.java
----------------------------------------------------------------------
diff --git 
a/examples/src/main/java/org/apache/ignite/examples/datagrid/store/hibernate/CacheHibernateStoreExample.java
 
b/examples/src/main/java/org/apache/ignite/examples/datagrid/store/hibernate/CacheHibernateStoreExample.java
index 00b698d..7dc80c6 100644
--- 
a/examples/src/main/java/org/apache/ignite/examples/datagrid/store/hibernate/CacheHibernateStoreExample.java
+++ 
b/examples/src/main/java/org/apache/ignite/examples/datagrid/store/hibernate/CacheHibernateStoreExample.java
@@ -36,7 +36,7 @@ import static org.apache.ignite.cache.CacheAtomicityMode.*;
  * Remote nodes should always be started with special configuration file which
  * enables P2P class loading: {@code 'ignite.{sh|bat} 
examples/config/example-ignite.xml'}.
  * <p>
- * Alternatively you can run {@link ExampleNodeStartup} in another JVM which 
will
+ * Remote nodes can be started with {@link ExampleNodeStartup} in another JVM 
which will
  * start node with {@code examples/config/example-ignite.xml} configuration.
  */
 public class CacheHibernateStoreExample {

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/42e467c3/examples/src/main/java/org/apache/ignite/examples/datagrid/store/jdbc/CacheJdbcStoreExample.java
----------------------------------------------------------------------
diff --git 
a/examples/src/main/java/org/apache/ignite/examples/datagrid/store/jdbc/CacheJdbcStoreExample.java
 
b/examples/src/main/java/org/apache/ignite/examples/datagrid/store/jdbc/CacheJdbcStoreExample.java
index 0df624a..8e68f59 100644
--- 
a/examples/src/main/java/org/apache/ignite/examples/datagrid/store/jdbc/CacheJdbcStoreExample.java
+++ 
b/examples/src/main/java/org/apache/ignite/examples/datagrid/store/jdbc/CacheJdbcStoreExample.java
@@ -36,7 +36,7 @@ import static org.apache.ignite.cache.CacheAtomicityMode.*;
  * Remote nodes should always be started with special configuration file which
  * enables P2P class loading: {@code 'ignite.{sh|bat} 
examples/config/example-ignite.xml'}.
  * <p>
- * Alternatively you can run {@link ExampleNodeStartup} in another JVM which 
will
+ * Remote nodes can be started with {@link ExampleNodeStartup} in another JVM 
which will
  * start node with {@code examples/config/example-ignite.xml} configuration.
  */
 public class CacheJdbcStoreExample {

Reply via email to