mirror of
https://github.com/corda/corda.git
synced 2025-02-01 16:58:27 +00:00
Fix typo
This commit is contained in:
parent
a2560deaf2
commit
1aa5b8f39e
@ -121,7 +121,7 @@ interface IdentityService {
|
|||||||
*
|
*
|
||||||
* From 4.11 onwards.
|
* From 4.11 onwards.
|
||||||
*/
|
*/
|
||||||
fun wellKnownPartiesFromAnonumous(parties: Iterable<AbstractParty>): Map<AbstractParty, Party?> {
|
fun wellKnownPartiesFromAnonymous(parties: Iterable<AbstractParty>): Map<AbstractParty, Party?> {
|
||||||
return parties.map { it to wellKnownPartyFromAnonymous(it) }.toMap()
|
return parties.map { it to wellKnownPartyFromAnonymous(it) }.toMap()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user