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/18 21:48:16 UTC

[06/50] incubator-ignite git commit: # ignite-484 minor

# ignite-484 minor


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

Branch: refs/heads/ignite-980
Commit: d48525c62d26c89ac11edcec5dd1b2659172b77a
Parents: 0647999
Author: Yakov Zhdanov <yz...@gridgain.com>
Authored: Tue Jun 9 10:31:58 2015 +0300
Committer: Yakov Zhdanov <yz...@gridgain.com>
Committed: Tue Jun 9 10:31:58 2015 +0300

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


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d48525c6/modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/twostep/GridMapQueryExecutor.java
----------------------------------------------------------------------
diff --git a/modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/twostep/GridMapQueryExecutor.java b/modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/twostep/GridMapQueryExecutor.java
index 153cb13..d9e9066 100644
--- a/modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/twostep/GridMapQueryExecutor.java
+++ b/modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/twostep/GridMapQueryExecutor.java
@@ -228,7 +228,7 @@ public class GridMapQueryExecutor {
         Collection<Integer> partIds = parts == null ? null : wrap(parts);
 
         for (String cacheName : cacheNames) {
-            GridCacheContext<?,?> cctx = cacheContext(cacheName, topVer);
+            GridCacheContext<?, ?> cctx = cacheContext(cacheName, topVer);
 
             if (cctx == null) // Cache was not found, probably was not deployed yet.
                 return false;