Merge pull request #1178 from corda/bugfix/kat/spellingError

Fix spelling error
This commit is contained in:
Katelyn Baker 2017-08-04 22:39:38 +01:00 committed by GitHub
commit fb1bec77d9

View File

@ -316,7 +316,7 @@ class SerializerFactory(val whitelist: ClassWhitelist = AllWhitelist) {
}
} else if (name.endsWith("[p]")) {
// There is no need to handle the ByteArray case as that type is coercible automatically
// to the binary type and is thus handled by the main steriliser and doesn't need a
// to the binary type and is thus handled by the main serializer and doesn't need a
// special case for a primitive array of bytes
when(name) {
"int[p]" -> IntArray::class.java