CORDA-692 Don't include internal packages in API documentation (#2415)

* Use G1 for gradle daemon
This commit is contained in:
Andrzej Cichocki
2018-01-25 15:26:13 +00:00
committed by GitHub
parent 471907366b
commit 242d9cf7ad
6 changed files with 46 additions and 41 deletions

View File

@ -508,7 +508,6 @@ abstract class AbstractNode(val configuration: NodeConfiguration,
* Installs a flow that's core to the Corda platform. Unlike CorDapp flows which are versioned individually using
* [InitiatingFlow.version], core flows have the same version as the node's platform version. To cater for backwards
* compatibility [flowFactory] provides a second parameter which is the platform version of the initiating party.
* @suppress
*/
@VisibleForTesting
fun installCoreFlow(clientFlowClass: KClass<out FlowLogic<*>>, flowFactory: (FlowSession) -> FlowLogic<*>) {