mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
NOTICK Suppress detekt warning on StaffedFlowHospital
This commit is contained in:
parent
b6d649634f
commit
8b231dc936
@ -39,6 +39,7 @@ import kotlin.math.pow
|
|||||||
/**
|
/**
|
||||||
* This hospital consults "staff" to see if they can automatically diagnose and treat flows.
|
* This hospital consults "staff" to see if they can automatically diagnose and treat flows.
|
||||||
*/
|
*/
|
||||||
|
@Suppress("TooManyFunctions")
|
||||||
class StaffedFlowHospital(private val flowMessaging: FlowMessaging,
|
class StaffedFlowHospital(private val flowMessaging: FlowMessaging,
|
||||||
private val clock: Clock,
|
private val clock: Clock,
|
||||||
private val ourSenderUUID: String) : Closeable {
|
private val ourSenderUUID: String) : Closeable {
|
||||||
|
Loading…
Reference in New Issue
Block a user