mirror of
https://github.com/corda/corda.git
synced 2025-02-18 16:40:55 +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) {
|
||||
fun load(name: String, bytes: ByteArray) = defineClass(name, bytes, 0, bytes.size)
|
||||
}
|
||||
|
||||
private val classloader = CarpenterClassLoader()
|
||||
|
||||
private val _loaded = HashMap<String, Class<*>>()
|
||||
|
Loading…
x
Reference in New Issue
Block a user