From 302dde88d66c30b90e06471ee1b1b0d2caed1c4a Mon Sep 17 00:00:00 2001 From: Florian Friemel Date: Fri, 29 Jun 2018 09:50:04 +0100 Subject: [PATCH] Update api-current.txt to reflect that MockServices now uses TestClock instead of Clock. --- .ci/api-current.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/api-current.txt b/.ci/api-current.txt index 52e9092d84..ec11b37730 100644 --- a/.ci/api-current.txt +++ b/.ci/api-current.txt @@ -6328,7 +6328,7 @@ public class net.corda.testing.node.MockServices extends java.lang.Object implem @NotNull public final net.corda.testing.services.MockAttachmentStorage getAttachments() @NotNull - public java.time.Clock getClock() + public net.corda.testing.node.TestClock getClock() @NotNull public net.corda.core.node.services.ContractUpgradeService getContractUpgradeService() @NotNull