Various clean ups of the docs example code (#3982)

* Consistent separation of Java and Kotlin sources via package names only
* Renamed the Kotlin tutorial files to match the class names
* Added Java example of LaunchSpaceshipFlow
This commit is contained in:
Shams Asari
2018-09-24 15:00:31 +01:00
committed by GitHub
parent b10355a7f9
commit 0a611afa55
47 changed files with 391 additions and 252 deletions

View File

@ -3,7 +3,7 @@ package net.corda.docs
import net.corda.client.rpc.CordaRPCClient
import net.corda.core.messaging.startFlow
import net.corda.core.utilities.getOrThrow
import net.corda.docs.tutorial.flowstatemachines.ExampleSummingFlow
import net.corda.docs.kotlin.tutorial.flowstatemachines.ExampleSummingFlow
import net.corda.node.services.Permissions
import net.corda.testing.core.ALICE_NAME
import net.corda.testing.driver.DriverParameters