Minor: another small move

This commit is contained in:
Mike Hearn 2016-03-08 11:10:31 +01:00
parent e9fddbc709
commit bf3aed11e7
3 changed files with 12 additions and 2 deletions

View File

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

View File

@ -9,6 +9,7 @@
package core
import core.node.services.AttachmentStorage
import core.node.services.IdentityService
import java.io.FileNotFoundException
/**

View File

@ -8,7 +8,7 @@
package core.node.services
import core.IdentityService
import core.node.services.IdentityService
import core.Party
import java.security.PublicKey