ignite-578: fix javadoc for CacheHibernateStoreExample and 
CacheJdbcStoreExample.


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

Branch: refs/heads/ignite-746-debug
Commit: 54a2a5ff70fc37c31cfa89ed652a6f97f5052c8e
Parents: 60a0249
Author: Artem Shutak <ashu...@gridgain.com>
Authored: Wed Apr 15 11:38:14 2015 +0300
Committer: Artem Shutak <ashu...@gridgain.com>
Committed: Wed Apr 15 11:38:14 2015 +0300

----------------------------------------------------------------------
 .../datagrid/store/hibernate/CacheHibernateStoreExample.java      | 3 ---
 .../examples/datagrid/store/jdbc/CacheJdbcStoreExample.java       | 3 ---
 2 files changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/54a2a5ff/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 a37bac4..5a0cd0a 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
@@ -33,9 +33,6 @@ import static org.apache.ignite.cache.CacheAtomicityMode.*;
  * <p>
  * This example uses {@link CacheHibernatePersonStore} 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>
  * Remote nodes can be started with {@link ExampleNodeStartup} in another JVM 
which will
  * start node with {@code examples/config/example-ignite.xml} configuration.
  */

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/54a2a5ff/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 ff8e143..1cb73c9 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
@@ -33,9 +33,6 @@ import static org.apache.ignite.cache.CacheAtomicityMode.*;
  * <p>
  * This example uses {@link CacheJdbcPersonStore} 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>
  * Remote nodes can be started with {@link ExampleNodeStartup} in another JVM 
which will
  * start node with {@code examples/config/example-ignite.xml} configuration.
  */

Reply via email to