mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
implement StackTraceElement.getFileName properly
This commit is contained in:
@ -38,6 +38,7 @@ public final class Class <T> implements Type, GenericDeclaration {
|
||||
private byte arrayDimensions;
|
||||
private int[] objectMask;
|
||||
private byte[] name;
|
||||
private byte[] sourceFile;
|
||||
private Class super_;
|
||||
private Object[] interfaceTable;
|
||||
private Method[] virtualTable;
|
||||
|
Reference in New Issue
Block a user