From c6c4c13bee3fe7794901a02ff312ba4c6a597034 Mon Sep 17 00:00:00 2001 From: Chris Rankin Date: Wed, 27 Sep 2017 11:32:10 +0100 Subject: [PATCH] Declare this internal message string as "const". (#1674) --- .../main/kotlin/net/corda/core/concurrent/ConcurrencyUtils.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/kotlin/net/corda/core/concurrent/ConcurrencyUtils.kt b/core/src/main/kotlin/net/corda/core/concurrent/ConcurrencyUtils.kt index 548521a2e8..dedc468904 100644 --- a/core/src/main/kotlin/net/corda/core/concurrent/ConcurrencyUtils.kt +++ b/core/src/main/kotlin/net/corda/core/concurrent/ConcurrencyUtils.kt @@ -28,7 +28,7 @@ fun firstOf(vararg futures: CordaFuture, handler: (CordaFuture firstOf(futures: Array>, log: Logger, handler: (CordaFuture) -> W): CordaFuture { val resultFuture = openFuture()