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