mirror of
https://github.com/corda/corda.git
synced 2025-05-29 21:54:26 +00:00
Minor: another small move
This commit is contained in:
parent
e9fddbc709
commit
bf3aed11e7
@ -1,5 +1,14 @@
|
|||||||
package core
|
/*
|
||||||
|
* Copyright 2015 Distributed Ledger Group LLC. Distributed as Licensed Company IP to DLG Group Members
|
||||||
|
* pursuant to the August 7, 2015 Advisory Services Agreement and subject to the Company IP License terms
|
||||||
|
* set forth therein.
|
||||||
|
*
|
||||||
|
* All other rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package core.node.services
|
||||||
|
|
||||||
|
import core.Party
|
||||||
import java.security.PublicKey
|
import java.security.PublicKey
|
||||||
|
|
||||||
/**
|
/**
|
@ -9,6 +9,7 @@
|
|||||||
package core
|
package core
|
||||||
|
|
||||||
import core.node.services.AttachmentStorage
|
import core.node.services.AttachmentStorage
|
||||||
|
import core.node.services.IdentityService
|
||||||
import java.io.FileNotFoundException
|
import java.io.FileNotFoundException
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
package core.node.services
|
package core.node.services
|
||||||
|
|
||||||
import core.IdentityService
|
import core.node.services.IdentityService
|
||||||
import core.Party
|
import core.Party
|
||||||
import java.security.PublicKey
|
import java.security.PublicKey
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user