mirror of
https://github.com/corda/corda.git
synced 2025-04-13 06:03:13 +00:00
Replace internal JDK reference with ASM reference. (#1281)
This commit is contained in:
parent
1b05ccd397
commit
099756c4c7
@ -10,10 +10,10 @@
|
||||
|
||||
package net.corda.serialization.internal.carpenter
|
||||
|
||||
import jdk.internal.org.objectweb.asm.Opcodes.*
|
||||
import net.corda.core.DeleteForDJVM
|
||||
import org.objectweb.asm.ClassWriter
|
||||
import org.objectweb.asm.MethodVisitor
|
||||
import org.objectweb.asm.Opcodes.*
|
||||
import org.objectweb.asm.Type
|
||||
|
||||
abstract class Field(val field: Class<out Any?>) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user