mirror of
https://github.com/corda/corda.git
synced 2025-06-13 12:48:18 +00:00
bugfixes
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
package java.lang;
|
||||
|
||||
public class StackTraceElement {
|
||||
private static int NativeLine = -2;
|
||||
private static int NativeLine = -1;
|
||||
|
||||
private String class_;
|
||||
private String method;
|
||||
|
Reference in New Issue
Block a user