comment
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/5e969502 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/5e969502 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/5e969502 Branch: refs/heads/feature/GEODE-1464 Commit: 5e9695025e57cadad528c1861569b091c73023c6 Parents: eb8e2a2 Author: Darrel Schneider <[email protected]> Authored: Wed Jun 1 16:31:25 2016 -0700 Committer: Darrel Schneider <[email protected]> Committed: Wed Jun 1 16:31:25 2016 -0700 ---------------------------------------------------------------------- .../internal/cache/partitioned/PREntriesIterator.java | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/5e969502/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/partitioned/PREntriesIterator.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/partitioned/PREntriesIterator.java b/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/partitioned/PREntriesIterator.java index ec2a8db..7d80c18 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/partitioned/PREntriesIterator.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/partitioned/PREntriesIterator.java @@ -22,11 +22,9 @@ import com.gemstone.gemfire.internal.cache.PartitionedRegion; /** - * This interface is implemented by the iterators - * GemFireContainer.PRLocalEntriesIterator, - * PartitionedRegion.PRLocalBucketSetEntriesIterator and - * PartitionedRegion.KeysSetIterator used by SqlFabric to obtain information of - * the bucket ID from which the current local entry is being fetched from. + * This interface provides the + * the bucket ID from which the current local entry is being fetched from + * and the PartitionedRegion being iterated. * */ public interface PREntriesIterator<T> extends Iterator<T>{
