Resolved all non-deprecation warnings

This commit is contained in:
Shams Asari
2017-08-01 11:47:21 +01:00
parent 85accf93e8
commit 4312dc0771
34 changed files with 197 additions and 201 deletions

View File

@ -1,3 +1,5 @@
@file:Suppress("UNUSED_VARIABLE", "unused")
package net.corda.docs
import co.paralleluniverse.fibers.Suspendable
@ -83,6 +85,7 @@ object FlowCookbook {
override val progressTracker: ProgressTracker = tracker()
@Suppress("RemoveExplicitTypeArguments")
@Suspendable
override fun call() {
// We'll be using a dummy public key for demonstration purposes.