From 171bba1d309fe70dad58e7ba140cf0afd503fb6c Mon Sep 17 00:00:00 2001 From: Tudor Malene Date: Mon, 3 Dec 2018 09:59:04 +0000 Subject: [PATCH] Fix Comment (#4341) --- .../kotlin/net/corda/core/serialization/SerializationAPI.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/kotlin/net/corda/core/serialization/SerializationAPI.kt b/core/src/main/kotlin/net/corda/core/serialization/SerializationAPI.kt index 6a3e83e1b5..5ea4faf0b5 100644 --- a/core/src/main/kotlin/net/corda/core/serialization/SerializationAPI.kt +++ b/core/src/main/kotlin/net/corda/core/serialization/SerializationAPI.kt @@ -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. */