Fix Comment (#4341)

This commit is contained in:
Tudor Malene 2018-12-03 09:59:04 +00:00 committed by Dominic Fox
parent fab09c74d5
commit 171bba1d30

View File

@ -151,7 +151,7 @@ interface SerializationContext {
*/
val lenientCarpenterEnabled: Boolean
/**
* If true the carpenter will fail if the binary to be deserialized contains more fields then the current object from the classpath.
* If true the serialization evolver will fail if the binary to be deserialized contains more fields then the current object from the classpath.
*
* The default is false.
*/