removed SqlfSerializationException from sanctionedSerializables
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/620df631 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/620df631 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/620df631 Branch: refs/heads/feature/GEODE-1464 Commit: 620df6317c771c6fef3569cc1820143dc7bcc6aa Parents: c3b6c27 Author: Darrel Schneider <[email protected]> Authored: Wed Jun 1 16:55:42 2016 -0700 Committer: Darrel Schneider <[email protected]> Committed: Wed Jun 1 16:55:42 2016 -0700 ---------------------------------------------------------------------- .../com/gemstone/gemfire/codeAnalysis/sanctionedSerializables.txt | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/620df631/geode-core/src/test/resources/com/gemstone/gemfire/codeAnalysis/sanctionedSerializables.txt ---------------------------------------------------------------------- diff --git a/geode-core/src/test/resources/com/gemstone/gemfire/codeAnalysis/sanctionedSerializables.txt b/geode-core/src/test/resources/com/gemstone/gemfire/codeAnalysis/sanctionedSerializables.txt index 89305ac..2147219 100755 --- a/geode-core/src/test/resources/com/gemstone/gemfire/codeAnalysis/sanctionedSerializables.txt +++ b/geode-core/src/test/resources/com/gemstone/gemfire/codeAnalysis/sanctionedSerializables.txt @@ -244,7 +244,6 @@ com/gemstone/gemfire/internal/AbstractConfig$SortedProperties,true,7156507110684 com/gemstone/gemfire/internal/ConfigSource,true,-4097017272431018553,description:java/lang/String,type:com/gemstone/gemfire/internal/ConfigSource$Type com/gemstone/gemfire/internal/ConfigSource$Type,false com/gemstone/gemfire/internal/CopyOnWriteHashSet,true,8591978652141659932 -com/gemstone/gemfire/internal/DSFIDFactory$SqlfSerializationException,true,5076687296705595933 com/gemstone/gemfire/internal/DSFIDNotFoundException,true,130596009484324655,dsfid:int,versionOrdinal:short com/gemstone/gemfire/internal/InternalDataSerializer$SERIALIZATION_VERSION,false com/gemstone/gemfire/internal/InternalStatisticsDisabledException,true,4146181546364258311
