mirror of
https://github.com/corda/corda.git
synced 2025-02-21 09:51:57 +00:00
Remove TODO as the usage of CheckpointStorage is only through ServiceHubInternal into the StateMachineManager. We don't restrict access to internal for now as this causes too much other change.
This commit is contained in:
parent
bb294da857
commit
dba2b980a5
@ -5,8 +5,6 @@ import com.r3corda.node.services.statemachine.ProtocolStateMachineImpl
|
||||
|
||||
/**
|
||||
* Thread-safe storage of fiber checkpoints.
|
||||
*
|
||||
* TODO: Make internal to node again once split [ServiceHub] into a public (to contracts etc) and private (to node) view
|
||||
*/
|
||||
interface CheckpointStorage {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user