mirror of
https://github.com/corda/corda.git
synced 2025-02-21 09:51:57 +00:00
Merge pull request #36 from corda/joel-jvmname-annotations
Adds JvmName annotations where necessary to improve interop when deve…
This commit is contained in:
commit
41fca0c1eb
@ -1,3 +1,5 @@
|
||||
@file:JvmName("CryptoUtilities")
|
||||
|
||||
package net.corda.core.crypto
|
||||
|
||||
import net.corda.core.serialization.OpaqueBytes
|
||||
|
@ -1,3 +1,5 @@
|
||||
@file:JvmName("Driver")
|
||||
|
||||
package net.corda.node.driver
|
||||
|
||||
import com.fasterxml.jackson.databind.ObjectMapper
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user