CORDA-1335: Move DistributedServiceTests into a separate package to reduce size of attachments produced. (#3021)

This commit is contained in:
Viktor Kolomeyko 2018-04-27 16:47:01 +01:00 committed by GitHub
parent 6e7787bd64
commit 0cbfab9214
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
package net.corda.node.services package net.corda.node.services.distributed
import net.corda.client.rpc.CordaRPCClient import net.corda.client.rpc.CordaRPCClient
import net.corda.core.contracts.Amount import net.corda.core.contracts.Amount