Corrected a comment to use SchedulableState instead of QueryableState

This commit is contained in:
Vardan Nadkarni 2019-04-27 17:00:05 +05:30 committed by Mike Hearn
parent 4d082556d9
commit 5a3073aeb1

View File

@ -7,7 +7,7 @@ import net.corda.core.serialization.CordaSerializable
/** /**
* The public factory interface for creating validated [FlowLogicRef] instances as part of the scheduling framework. * The public factory interface for creating validated [FlowLogicRef] instances as part of the scheduling framework.
* *
* Typically this would be used from within the nextScheduledActivity method of a QueryableState to specify * Typically this would be used from within the nextScheduledActivity method of a SchedulableState to specify
* the flow to run at the scheduled time. * the flow to run at the scheduled time.
*/ */
@DoNotImplement @DoNotImplement