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/eb8e2a2c Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/eb8e2a2c Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/eb8e2a2c Branch: refs/heads/feature/GEODE-1464 Commit: eb8e2a2c2d3144a63ac0837a1237b15f45269382 Parents: 8348010 Author: Darrel Schneider <[email protected]> Authored: Wed Jun 1 16:28:00 2016 -0700 Committer: Darrel Schneider <[email protected]> Committed: Wed Jun 1 16:28:00 2016 -0700 ---------------------------------------------------------------------- .../com/gemstone/gemfire/internal/cache/partitioned/GetMessage.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/eb8e2a2c/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/partitioned/GetMessage.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/partitioned/GetMessage.java b/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/partitioned/GetMessage.java index d3de481..511b34b 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/partitioned/GetMessage.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/partitioned/GetMessage.java @@ -344,7 +344,6 @@ public final class GetMessage extends PartitionMessageWithDirectReply // static values for valueType static final byte VALUE_IS_SERIALIZED_OBJECT = 0; static final byte VALUE_IS_BYTES = 1; - /** came from partial SQLF merge and reconciling with it but not used yet */ //static final byte VALUE_IS_OBJECT = 2; static final byte VALUE_IS_INVALID = 3; static final byte VALUE_IS_TOMBSTONE = 4;
