NOTICK Suppress detekt warning on StaffedFlowHospital

This commit is contained in:
LankyDan 2020-07-08 16:18:16 +01:00
parent b6d649634f
commit 8b231dc936

View File

@ -39,6 +39,7 @@ import kotlin.math.pow
/**
* This hospital consults "staff" to see if they can automatically diagnose and treat flows.
*/
@Suppress("TooManyFunctions")
class StaffedFlowHospital(private val flowMessaging: FlowMessaging,
private val clock: Clock,
private val ourSenderUUID: String) : Closeable {