mirror of
https://github.com/corda/corda.git
synced 2025-06-15 21:58:17 +00:00
fix Avian classpath build
This commit is contained in:
@ -61,7 +61,7 @@ public class Field<T> extends AccessibleObject {
|
||||
}
|
||||
|
||||
public Class getType() {
|
||||
return Class.forCanonicalName
|
||||
return Classes.forCanonicalName
|
||||
(vmField.class_.loader,
|
||||
new String(vmField.spec, 0, vmField.spec.length - 1, false));
|
||||
}
|
||||
|
Reference in New Issue
Block a user