mirror of
https://github.com/corda/corda.git
synced 2025-01-30 16:14:39 +00:00
Corrected a comment to use SchedulableState instead of QueryableState
This commit is contained in:
parent
4d082556d9
commit
5a3073aeb1
@ -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.
|
||||
*
|
||||
* 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.
|
||||
*/
|
||||
@DoNotImplement
|
||||
|
Loading…
x
Reference in New Issue
Block a user