Merge pull request #36 from corda/joel-jvmname-annotations

Adds JvmName annotations where necessary to improve interop when deve…
This commit is contained in:
Joel Dudley 2016-12-07 14:15:42 +00:00 committed by GitHub
commit 41fca0c1eb
3 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,5 @@
@file:JvmName("CryptoUtilities")
package net.corda.core.crypto
import net.corda.core.serialization.OpaqueBytes

View File

@ -1,3 +1,5 @@
@file:JvmName("Driver")
package net.corda.node.driver
import com.fasterxml.jackson.databind.ObjectMapper

View File

@ -1,3 +1,6 @@
// TODO: Remove when configureTestSSL() is moved.
@file:JvmName("ConfigUtilities")
package net.corda.node.services.config
import com.google.common.net.HostAndPort