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/83480107 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/83480107 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/83480107 Branch: refs/heads/feature/GEODE-1464 Commit: 83480107e68e55d535b8751babd6bd245dc2ef35 Parents: 3a62945 Author: Darrel Schneider <[email protected]> Authored: Wed Jun 1 16:27:17 2016 -0700 Committer: Darrel Schneider <[email protected]> Committed: Wed Jun 1 16:27:17 2016 -0700 ---------------------------------------------------------------------- .../internal/cache/execute/InternalRegionFunctionContext.java | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/83480107/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/execute/InternalRegionFunctionContext.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/execute/InternalRegionFunctionContext.java b/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/execute/InternalRegionFunctionContext.java index 2234925..90ad79c 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/execute/InternalRegionFunctionContext.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/execute/InternalRegionFunctionContext.java @@ -30,11 +30,6 @@ import com.gemstone.gemfire.internal.cache.LocalDataSet; /** * Internal interface used to provide for some essential functionality for * {@link RegionFunctionContext} invoked by {@link PartitionRegionHelper}. - * SQLFabric provides its own implementation when using function messages - * instead of {@link Function}s so {@link PartitionRegionHelper} should not - * depend on casting to {@link RegionFunctionContextImpl} directly rather should - * use this interface. - * */ public interface InternalRegionFunctionContext extends RegionFunctionContext {
