From dba2b980a5e987570cd064253a803893d421e7fb Mon Sep 17 00:00:00 2001 From: Matthew Nesbit Date: Mon, 11 Jul 2016 15:18:40 +0100 Subject: [PATCH] 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. --- .../kotlin/com/r3corda/node/services/api/CheckpointStorage.kt | 2 -- 1 file changed, 2 deletions(-) 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 {