You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2015/06/11 15:17:29 UTC

[1/2] incubator-ignite git commit: ignite-sprint-6: fixed javadoc issue

Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-sprint-6 cfdce4f13 -> 420b6bd82


ignite-sprint-6: fixed javadoc issue


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

Branch: refs/heads/ignite-sprint-6
Commit: 7ac692a2fd9008a833610ff1c681388f4dac0a6f
Parents: 8a98daf
Author: Denis Magda <dm...@gridgain.com>
Authored: Thu Jun 11 16:16:55 2015 +0300
Committer: Denis Magda <dm...@gridgain.com>
Committed: Thu Jun 11 16:16:55 2015 +0300

----------------------------------------------------------------------
 modules/core/src/main/java/org/jsr166/ThreadLocalRandom8.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/7ac692a2/modules/core/src/main/java/org/jsr166/ThreadLocalRandom8.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/jsr166/ThreadLocalRandom8.java b/modules/core/src/main/java/org/jsr166/ThreadLocalRandom8.java
index 192db47..d4eba5d 100644
--- a/modules/core/src/main/java/org/jsr166/ThreadLocalRandom8.java
+++ b/modules/core/src/main/java/org/jsr166/ThreadLocalRandom8.java
@@ -26,7 +26,7 @@ import java.util.*;
  * than shared {@code Random} objects in concurrent programs will
  * typically encounter much less overhead and contention.  Use of
  * {@code ThreadLocalRandom} is particularly appropriate when multiple
- * tasks (for example, each a {@link ForkJoinTask}) use random numbers
+ * tasks (for example, each a ForkJoinTask) use random numbers
  * in parallel in thread pools.
  *
  * <p>Usages of this class should typically be of the form:


[2/2] incubator-ignite git commit: Merge branch 'ignite-sprint-6' of https://git-wip-us.apache.org/repos/asf/incubator-ignite into ignite-sprint-6

Posted by sb...@apache.org.
Merge branch 'ignite-sprint-6' of https://git-wip-us.apache.org/repos/asf/incubator-ignite into ignite-sprint-6


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

Branch: refs/heads/ignite-sprint-6
Commit: 420b6bd82501a3f47388865ecbdf53ce1162462c
Parents: 7ac692a cfdce4f
Author: Denis Magda <dm...@gridgain.com>
Authored: Thu Jun 11 16:17:18 2015 +0300
Committer: Denis Magda <dm...@gridgain.com>
Committed: Thu Jun 11 16:17:18 2015 +0300

----------------------------------------------------------------------
 examples/pom.xml                                  | 2 +-
 modules/aop/pom.xml                               | 2 +-
 modules/aws/pom.xml                               | 2 +-
 modules/clients/pom.xml                           | 2 +-
 modules/cloud/pom.xml                             | 2 +-
 modules/codegen/pom.xml                           | 2 +-
 modules/core/pom.xml                              | 2 +-
 modules/core/src/main/resources/ignite.properties | 2 +-
 modules/extdata/p2p/pom.xml                       | 2 +-
 modules/extdata/uri/pom.xml                       | 2 +-
 modules/gce/pom.xml                               | 2 +-
 modules/geospatial/pom.xml                        | 2 +-
 modules/hadoop/pom.xml                            | 2 +-
 modules/hibernate/pom.xml                         | 2 +-
 modules/indexing/pom.xml                          | 2 +-
 modules/jcl/pom.xml                               | 2 +-
 modules/jta/pom.xml                               | 2 +-
 modules/log4j/pom.xml                             | 2 +-
 modules/mesos/pom.xml                             | 2 +-
 modules/rest-http/pom.xml                         | 2 +-
 modules/scalar-2.10/pom.xml                       | 2 +-
 modules/scalar/pom.xml                            | 2 +-
 modules/schedule/pom.xml                          | 2 +-
 modules/schema-import/pom.xml                     | 2 +-
 modules/slf4j/pom.xml                             | 2 +-
 modules/spark-2.10/pom.xml                        | 2 +-
 modules/spark/pom.xml                             | 2 +-
 modules/spring/pom.xml                            | 2 +-
 modules/ssh/pom.xml                               | 2 +-
 modules/tools/pom.xml                             | 2 +-
 modules/urideploy/pom.xml                         | 2 +-
 modules/visor-console-2.10/pom.xml                | 2 +-
 modules/visor-console/pom.xml                     | 2 +-
 modules/visor-plugins/pom.xml                     | 2 +-
 modules/web/pom.xml                               | 2 +-
 modules/yardstick/pom.xml                         | 2 +-
 pom.xml                                           | 2 +-
 37 files changed, 37 insertions(+), 37 deletions(-)
----------------------------------------------------------------------