diff --git a/node/src/main/kotlin/com/r3corda/node/services/api/CheckpointStorage.kt b/node/src/main/kotlin/com/r3corda/node/services/api/CheckpointStorage.kt index 4268d7ffc6..f80d0dcdfe 100644 --- a/node/src/main/kotlin/com/r3corda/node/services/api/CheckpointStorage.kt +++ b/node/src/main/kotlin/com/r3corda/node/services/api/CheckpointStorage.kt @@ -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 {