mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
Merge pull request #1178 from corda/bugfix/kat/spellingError
Fix spelling error
This commit is contained in:
commit
fb1bec77d9
@ -316,7 +316,7 @@ class SerializerFactory(val whitelist: ClassWhitelist = AllWhitelist) {
|
|||||||
}
|
}
|
||||||
} else if (name.endsWith("[p]")) {
|
} else if (name.endsWith("[p]")) {
|
||||||
// There is no need to handle the ByteArray case as that type is coercible automatically
|
// 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
|
// special case for a primitive array of bytes
|
||||||
when(name) {
|
when(name) {
|
||||||
"int[p]" -> IntArray::class.java
|
"int[p]" -> IntArray::class.java
|
||||||
|
Loading…
Reference in New Issue
Block a user