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/9a30e023 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/9a30e023 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/9a30e023 Branch: refs/heads/feature/GEODE-1464 Commit: 9a30e0231db143620c4a919986a665a724680dfb Parents: 0b87d10 Author: Darrel Schneider <[email protected]> Authored: Thu Jun 2 10:42:25 2016 -0700 Committer: Darrel Schneider <[email protected]> Committed: Thu Jun 2 10:42:25 2016 -0700 ---------------------------------------------------------------------- .../gemstone/gemfire/internal/DataSerializableFixedID.java | 7 ------- 1 file changed, 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/9a30e023/geode-core/src/main/java/com/gemstone/gemfire/internal/DataSerializableFixedID.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/internal/DataSerializableFixedID.java b/geode-core/src/main/java/com/gemstone/gemfire/internal/DataSerializableFixedID.java index 31a9e49..c095dca 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/internal/DataSerializableFixedID.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/internal/DataSerializableFixedID.java @@ -829,9 +829,6 @@ public interface DataSerializableFixedID extends SerializationVersions { * class. e.g. if msg format changed in version 80, create toDataPre_GFE_8_0_0_0, add * Version.GFE_80 to the getSerializationVersions array and copy previous toData contents * to this newly created toDataPre_GFE_X_X_X_X() method. - * <p> - * For GemFireXD use "GFXD" (or whatever we decide on as a product identifier - * in Version) instead of "GFE" in method names. * @throws IOException * A problem occurs while writing to <code>out</code> */ @@ -847,10 +844,6 @@ public interface DataSerializableFixedID extends SerializationVersions { * class. e.g. if msg format changed in version 80, create fromDataPre_GFE_8_0_0_0, add * Version.GFE_80 to the getSerializationVersions array and copy previous fromData * contents to this newly created fromDataPre_GFE_X_X_X_X() method. - * <p> - * For GemFireXD use "GFXD" (or whatever we decide on as a product identifier - * in Version) instead of "GFE" in method names. - * * @throws IOException * A problem occurs while reading from <code>in</code> * @throws ClassNotFoundException
