mirror of
https://github.com/corda/corda.git
synced 2025-06-13 12:48:18 +00:00
clean up bootstrap type generation to eliminate redundancy (broken)
This commit is contained in:
11
classpath/java/lang/StackOverflowError.java
Normal file
11
classpath/java/lang/StackOverflowError.java
Normal file
@ -0,0 +1,11 @@
|
||||
package java.lang;
|
||||
|
||||
public class StackOverflowError extends Error {
|
||||
public StackOverflowError(String message) {
|
||||
super(message, null);
|
||||
}
|
||||
|
||||
public StackOverflowError() {
|
||||
this(null);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user