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 2017/04/17 08:18:52 UTC

ignite git commit: ignite-4932

Repository: ignite
Updated Branches:
  refs/heads/ignite-4932 ada0f7300 -> 8eb74d580


ignite-4932


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

Branch: refs/heads/ignite-4932
Commit: 8eb74d580c7ef4107e6d58d84afdf6752f391718
Parents: ada0f73
Author: sboikov <sb...@gridgain.com>
Authored: Mon Apr 17 11:18:46 2017 +0300
Committer: sboikov <sb...@gridgain.com>
Committed: Mon Apr 17 11:18:46 2017 +0300

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


http://git-wip-us.apache.org/repos/asf/ignite/blob/8eb74d58/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheAdapter.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheAdapter.java b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheAdapter.java
index b954ea0..aaea4f0 100644
--- a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheAdapter.java
+++ b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheAdapter.java
@@ -1994,7 +1994,7 @@ public abstract class GridCacheAdapter<K, V> implements IgniteInternalCache<K, V
                                         null,
                                         null,
                                         ctx.isSwapOrOffheapEnabled(),
-                                    /*unmarshal*/true,
+                                        /*unmarshal*/true,
                                         updateMetrics,
                                         evt,
                                         subjId,