diff --git a/tools/jmeter/src/main/kotlin/com/r3/corda/jmeter/Samplers.kt b/tools/jmeter/src/main/kotlin/com/r3/corda/jmeter/Samplers.kt index aa195f7456..3987837cab 100644 --- a/tools/jmeter/src/main/kotlin/com/r3/corda/jmeter/Samplers.kt +++ b/tools/jmeter/src/main/kotlin/com/r3/corda/jmeter/Samplers.kt @@ -60,7 +60,7 @@ class CashIssueSampler : AbstractSampler() { * via P2P */ class CashIssueAndPaySampler : AbstractSampler() { - companion object JMeterProperties{ + companion object JMeterProperties { val otherParty = Argument("otherPartyName", "", "", "The X500 name of the payee.") }