diff --git a/finance/workflows/src/main/kotlin/net/corda/finance/workflows/asset/CashUtils.kt b/finance/workflows/src/main/kotlin/net/corda/finance/workflows/asset/CashUtils.kt index c72e3249c6..2d0fe55424 100644 --- a/finance/workflows/src/main/kotlin/net/corda/finance/workflows/asset/CashUtils.kt +++ b/finance/workflows/src/main/kotlin/net/corda/finance/workflows/asset/CashUtils.kt @@ -69,6 +69,7 @@ object CashUtils { * there is insufficient quantity for a given currency (and optionally set of Issuer Parties). */ @JvmStatic + @JvmOverloads @Throws(InsufficientBalanceException::class) @Suspendable fun generateSpend(services: ServiceHub, @@ -132,6 +133,7 @@ object CashUtils { * there is insufficient quantity for a given currency (and optionally set of Issuer Parties). */ @JvmStatic + @JvmOverloads @Throws(InsufficientBalanceException::class) @Suspendable fun generateSpend(services: ServiceHub,