mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
Merge branch 'release/os/4.12' into tom/ENT-11104
This commit is contained in:
commit
a678d0c7d1
@ -1061,7 +1061,7 @@ internal class SingleThreadedStateMachineManager(
|
||||
Fiber.unparkDeserialized(flow.fiber, scheduler)
|
||||
}
|
||||
is FlowState.Finished -> throw IllegalStateException("Cannot start (or resume) a finished flow.")
|
||||
is FlowState.Paused -> { /* TODO JDK17: Fixme */ }
|
||||
is FlowState.Paused -> { /* Do Nothing. */ }
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user