http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a234cdda/examples/src/main/scala/org/apache/ignite/scalar/examples/ScalarTaskExample.scala
----------------------------------------------------------------------
diff --git 
a/examples/src/main/scala/org/apache/ignite/scalar/examples/ScalarTaskExample.scala
 
b/examples/src/main/scala/org/apache/ignite/scalar/examples/ScalarTaskExample.scala
index 7dc8c5f..fd63601 100644
--- 
a/examples/src/main/scala/org/apache/ignite/scalar/examples/ScalarTaskExample.scala
+++ 
b/examples/src/main/scala/org/apache/ignite/scalar/examples/ScalarTaskExample.scala
@@ -27,7 +27,7 @@ import scala.collection.JavaConversions._
 
 /**
  * Demonstrates use of full grid task API using Scalar. Note that using 
task-based
- * grid enabling gives you all the advanced features of GridGain such as 
custom topology
+ * grid enabling gives you all the advanced features of Ignite such as custom 
topology
  * and collision resolution, custom failover, mapping, reduction, load 
balancing, etc.
  * As a trade off in such cases the more code needs to be written vs. simple 
closure execution.
  * <p>

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a234cdda/examples/src/test/java/org/apache/ignite/examples/GridMonteCarloExamplesSelfTest.java
----------------------------------------------------------------------
diff --git 
a/examples/src/test/java/org/apache/ignite/examples/GridMonteCarloExamplesSelfTest.java
 
b/examples/src/test/java/org/apache/ignite/examples/GridMonteCarloExamplesSelfTest.java
index 3d0a30c..89f49cc 100644
--- 
a/examples/src/test/java/org/apache/ignite/examples/GridMonteCarloExamplesSelfTest.java
+++ 
b/examples/src/test/java/org/apache/ignite/examples/GridMonteCarloExamplesSelfTest.java
@@ -28,7 +28,7 @@ import org.apache.ignite.testframework.junits.common.*;
  * AOP configurations must be provided.
  * <h2 class="header">Jboss AOP</h2>
  * The following configuration needs to be applied to enable JBoss byte code
- * weaving. Note that GridGain is not shipped with JBoss and necessary
+ * weaving. Note that Ignite is not shipped with JBoss and necessary
  * libraries will have to be downloaded separately (they come standard
  * if you have JBoss installed already):
  * <ul>

Reply via email to