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/c3b6c27f Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/c3b6c27f Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/c3b6c27f Branch: refs/heads/feature/GEODE-1464 Commit: c3b6c27f4dda329ebdfdce11ce6a6ce731dc768a Parents: bdfafc8 Author: Darrel Schneider <[email protected]> Authored: Wed Jun 1 16:54:41 2016 -0700 Committer: Darrel Schneider <[email protected]> Committed: Wed Jun 1 16:54:41 2016 -0700 ---------------------------------------------------------------------- .../internal/cache/execute/PRCustomPartitioningDUnitTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/c3b6c27f/geode-core/src/test/java/com/gemstone/gemfire/internal/cache/execute/PRCustomPartitioningDUnitTest.java ---------------------------------------------------------------------- diff --git a/geode-core/src/test/java/com/gemstone/gemfire/internal/cache/execute/PRCustomPartitioningDUnitTest.java b/geode-core/src/test/java/com/gemstone/gemfire/internal/cache/execute/PRCustomPartitioningDUnitTest.java index 12a143d..53c0200 100755 --- a/geode-core/src/test/java/com/gemstone/gemfire/internal/cache/execute/PRCustomPartitioningDUnitTest.java +++ b/geode-core/src/test/java/com/gemstone/gemfire/internal/cache/execute/PRCustomPartitioningDUnitTest.java @@ -483,8 +483,7 @@ public class PRCustomPartitioningDUnitTest extends /** * Example implementation of a Partition Resolver which uses part of the value - * for custom partitioning. This example is a simplification of what SQLFabric - * may do when the DDL specifies "partition by" + * for custom partitioning. */ class MonthBasedPartitionResolver implements PartitionResolver, Declarable2 {
