Fixed merge conflict.

This commit is contained in:
Clinton Alexander 2016-10-20 14:14:59 +01:00
parent 1d6b8de11e
commit 622b5cabf7

View File

@ -309,9 +309,9 @@ open class DriverDSL(
)
)
return Executors.newSingleThreadExecutor().submit(Callable<NodeInfo> {
return Executors.newSingleThreadExecutor().submit(Callable<DriverNodeInfo> {
registerProcess(DriverDSL.startNode(config, quasarJarPath, debugPort))
queryNodeInfo(apiAddress)!!
DriverNodeInfo(queryNodeInfo(apiAddress)!!, messagingAddress, apiAddress)
})
}