Minor fix to JavaDocs.

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

Branch: refs/heads/ignite-8446
Commit: ff891938329e27d2431d74bab53deb5812513cb9
Parents: 6cc633b
Author: devozerov <[email protected]>
Authored: Wed Aug 1 10:49:23 2018 +0300
Committer: devozerov <[email protected]>
Committed: Wed Aug 1 10:49:23 2018 +0300

----------------------------------------------------------------------
 .../processors/query/h2/twostep/GridReduceQueryExecutor.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/ff891938/modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/twostep/GridReduceQueryExecutor.java
----------------------------------------------------------------------
diff --git 
a/modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/twostep/GridReduceQueryExecutor.java
 
b/modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/twostep/GridReduceQueryExecutor.java
index 39b2bbc..65aeae9 100644
--- 
a/modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/twostep/GridReduceQueryExecutor.java
+++ 
b/modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/twostep/GridReduceQueryExecutor.java
@@ -113,7 +113,7 @@ import static 
org.apache.ignite.internal.processors.query.h2.sql.GridSqlQuerySpl
  * Reduce query executor.
  */
 public class GridReduceQueryExecutor {
-    /** Fail query after 10 seconds of unsuccessful attempts to reserve 
partitions. */
+    /** Default retry timeout. */
     public static final long DFLT_RETRY_TIMEOUT = 30_000L;
 
     /** */

Reply via email to