#ignite-797: remove groupLockKey from GridDistributedTxRemoteAdapter.

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

Branch: refs/heads/ignite-797
Commit: ce08666eee94ab6699e481577cb004cb7b69479f
Parents: 2ab0122
Author: ivasilinets <ivasilin...@gridgain.com>
Authored: Fri May 15 13:58:51 2015 +0300
Committer: ivasilinets <ivasilin...@gridgain.com>
Committed: Fri May 15 13:58:51 2015 +0300

----------------------------------------------------------------------
 .../cache/distributed/GridDistributedTxRemoteAdapter.java | 10 ----------
 1 file changed, 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/ce08666e/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/GridDistributedTxRemoteAdapter.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/GridDistributedTxRemoteAdapter.java
 
b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/GridDistributedTxRemoteAdapter.java
index 9f0190c..f032dae 100644
--- 
a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/GridDistributedTxRemoteAdapter.java
+++ 
b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/GridDistributedTxRemoteAdapter.java
@@ -195,16 +195,6 @@ public class GridDistributedTxRemoteAdapter extends 
IgniteTxAdapter
         // No-op.
     }
 
-    /**
-     * Adds group lock key to remote transaction.
-     *
-     * @param key Key.
-     */
-    public void groupLockKey(IgniteTxKey key) {
-        if (grpLockKey == null)
-            grpLockKey = key;
-    }
-
     /** {@inheritDoc} */
     @Override public GridTuple<CacheObject> peek(GridCacheContext cacheCtx,
         boolean failFast,

Reply via email to