You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ds...@apache.org on 2016/06/02 00:10:10 UTC

[23/50] [abbrv] incubator-geode git commit: removed getEntriesInTxForSqlFabric

removed getEntriesInTxForSqlFabric


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

Branch: refs/heads/feature/GEODE-1464
Commit: 54f7cf77985ed6b4fe2d429496026c03b89a96f3
Parents: 2d420d4
Author: Darrel Schneider <ds...@pivotal.io>
Authored: Wed Jun 1 16:05:39 2016 -0700
Committer: Darrel Schneider <ds...@pivotal.io>
Committed: Wed Jun 1 16:05:39 2016 -0700

----------------------------------------------------------------------
 .../java/com/gemstone/gemfire/internal/cache/TXRegionState.java | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/54f7cf77/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/TXRegionState.java
----------------------------------------------------------------------
diff --git a/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/TXRegionState.java b/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/TXRegionState.java
index 116edf7..b7cbcc7 100644
--- a/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/TXRegionState.java
+++ b/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/TXRegionState.java
@@ -524,12 +524,7 @@ public class TXRegionState {
     return changes;
   }
   
-  public Map<Object,TXEntryState> getEntriesInTxForSqlFabric() {
-    return Collections.unmodifiableMap(this.entryMods);
-  }
-
   public TXState getTXState() {
-    // TODO Auto-generated method stub
     return txState;
   }