Update api-current.txt to reflect that MockServices now uses TestClock instead of Clock.

This commit is contained in:
Florian Friemel 2018-06-29 09:50:04 +01:00
parent 136500d48d
commit 302dde88d6
No known key found for this signature in database
GPG Key ID: B355EFB36013CB32

View File

@ -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