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

[3/5] incubator-ignite git commit: # IGNITE-471 - formatting

# IGNITE-471 - formatting


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

Branch: refs/heads/ignite-gg-10054
Commit: 2e58d49b9e8aea4c64e118a4c40c53aa227abf02
Parents: d783ca3
Author: Valentin Kulichenko <vk...@gridgain.com>
Authored: Mon Jun 1 23:49:56 2015 -0700
Committer: Valentin Kulichenko <vk...@gridgain.com>
Committed: Mon Jun 1 23:49:56 2015 -0700

----------------------------------------------------------------------
 .../ignite/internal/processors/cache/GridCacheProcessor.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/2e58d49b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheProcessor.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheProcessor.java b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheProcessor.java
index 8c18b84..7c2dfe9 100644
--- a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheProcessor.java
+++ b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheProcessor.java
@@ -784,7 +784,7 @@ public class GridCacheProcessor extends GridProcessorAdapter {
             if (cfg.getRebalanceMode() == SYNC) {
                 if (cfg.getCacheMode() == REPLICATED ||
                     (cfg.getCacheMode() == PARTITIONED && cfg.getRebalanceDelay() >= 0))
-                cache.preloader().syncFuture().get();
+                    cache.preloader().syncFuture().get();
             }
 
             if (CU.isUtilityCache(cache.name()))