You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ji...@apache.org on 2016/03/30 00:26:07 UTC

[37/50] [abbrv] incubator-geode git commit: GEODE-982: Fix javadoc issue introduced in fix for GEODE-982

GEODE-982: Fix javadoc issue introduced in fix for GEODE-982


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

Branch: refs/heads/feature/GEODE-17-3
Commit: aed5e5f6c1bd1f59c1c6323616b45af31d3f748c
Parents: 8de59df
Author: Kirk Lund <kl...@apache.org>
Authored: Thu Mar 17 14:38:16 2016 -0700
Committer: Kirk Lund <kl...@apache.org>
Committed: Thu Mar 17 14:38:16 2016 -0700

----------------------------------------------------------------------
 .../main/java/com/gemstone/gemfire/internal/cache/RegionEntry.java  | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/aed5e5f6/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/RegionEntry.java
----------------------------------------------------------------------
diff --git a/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/RegionEntry.java b/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/RegionEntry.java
index 08101c2..55df7a5 100644
--- a/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/RegionEntry.java
+++ b/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/RegionEntry.java
@@ -31,6 +31,7 @@ import com.gemstone.gemfire.internal.cache.lru.NewLRUClockHand;
 import com.gemstone.gemfire.internal.cache.versions.VersionSource;
 import com.gemstone.gemfire.internal.cache.versions.VersionStamp;
 import com.gemstone.gemfire.internal.cache.versions.VersionTag;
+import com.gemstone.gemfire.internal.offheap.StoredObject;
 import com.gemstone.gemfire.internal.offheap.annotations.Released;
 import com.gemstone.gemfire.internal.offheap.annotations.Retained;
 import com.gemstone.gemfire.internal.offheap.annotations.Unretained;