mirror of
https://github.com/corda/corda.git
synced 2025-02-19 08:57:28 +00:00
Fixed copy names in Driver.
This commit is contained in:
parent
abc630fca4
commit
61245c9675
@ -319,18 +319,18 @@ data class DriverParameters(
|
|||||||
jmxPolicy: JmxPolicy,
|
jmxPolicy: JmxPolicy,
|
||||||
networkParameters: NetworkParameters
|
networkParameters: NetworkParameters
|
||||||
) = this.copy(
|
) = this.copy(
|
||||||
isDebug,
|
isDebug = isDebug,
|
||||||
driverDirectory,
|
driverDirectory = driverDirectory,
|
||||||
portAllocation,
|
portAllocation = portAllocation,
|
||||||
debugPortAllocation,
|
debugPortAllocation = debugPortAllocation,
|
||||||
systemProperties,
|
systemProperties = systemProperties,
|
||||||
useTestClock,
|
useTestClock = useTestClock,
|
||||||
true,
|
initialiseSerialization = true,
|
||||||
startNodesInProcess,
|
startNodesInProcess = startNodesInProcess,
|
||||||
waitForAllNodesToFinish,
|
waitForAllNodesToFinish = waitForAllNodesToFinish,
|
||||||
notarySpecs,
|
notarySpecs = notarySpecs,
|
||||||
extraCordappPackagesToScan,
|
extraCordappPackagesToScan = extraCordappPackagesToScan,
|
||||||
jmxPolicy,
|
jmxPolicy = jmxPolicy,
|
||||||
networkParameters, emptyMap()
|
networkParameters = networkParameters, notaryCustomOverrides = emptyMap()
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user