mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
Fix typo decimal62 -> decimal64.
This commit is contained in:
parent
4ebd02bc04
commit
92ae45a949
@ -29,7 +29,7 @@ object AMQPTypeIdentifiers {
|
||||
Float::class to "float",
|
||||
Double::class to "double",
|
||||
Decimal32::class to "decimal32",
|
||||
Decimal64::class to "decimal62",
|
||||
Decimal64::class to "decimal64",
|
||||
Decimal128::class to "decimal128",
|
||||
Date::class to "timestamp",
|
||||
UUID::class to "uuid",
|
||||
@ -62,4 +62,4 @@ object AMQPTypeIdentifiers {
|
||||
private val primitiveByteArrayType = TypeIdentifier.ArrayOf(TypeIdentifier.forClass(Byte::class.javaPrimitiveType!!))
|
||||
|
||||
fun nameForType(type: Type): String = nameForType(TypeIdentifier.forGenericType(type))
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user