mirror of
https://github.com/corda/corda.git
synced 2025-06-14 21:28:14 +00:00
Resolved all non-deprecation warnings
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user