mirror of
https://github.com/corda/corda.git
synced 2025-02-20 17:33:15 +00:00
IntelliJ reformat of the code
This commit is contained in:
parent
b356220da1
commit
28b7610e47
@ -104,6 +104,7 @@ class ClassCarpenter {
|
|||||||
private class CarpenterClassLoader : ClassLoader(Thread.currentThread().contextClassLoader) {
|
private class CarpenterClassLoader : ClassLoader(Thread.currentThread().contextClassLoader) {
|
||||||
fun load(name: String, bytes: ByteArray) = defineClass(name, bytes, 0, bytes.size)
|
fun load(name: String, bytes: ByteArray) = defineClass(name, bytes, 0, bytes.size)
|
||||||
}
|
}
|
||||||
|
|
||||||
private val classloader = CarpenterClassLoader()
|
private val classloader = CarpenterClassLoader()
|
||||||
|
|
||||||
private val _loaded = HashMap<String, Class<*>>()
|
private val _loaded = HashMap<String, Class<*>>()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user