Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Arthanareeswaran2020-09-16 03:59:22 +0000
committerJay Arthanareeswaran2020-09-16 03:59:22 +0000
commit27b53ca171a19db4794ec310f4e339e876ea495f (patch)
tree3b12fd95b0afb9a5401d836d115751d13588c5c0 /JCL/converterJclMin12/src/java/lang/IllegalMonitorStateException.java
parenta8b03f929def2f6a9f479a198856e34e6cd4af34 (diff)
parent0a27063a3e6012ba850fd756f98be50be0375dc3 (diff)
downloadeclipse.jdt.core-27b53ca171a19db4794ec310f4e339e876ea495f.tar.gz
eclipse.jdt.core-27b53ca171a19db4794ec310f4e339e876ea495f.tar.xz
eclipse.jdt.core-27b53ca171a19db4794ec310f4e339e876ea495f.zip
Merge remote-tracking branch 'origin/BETA_JAVA15'
Diffstat (limited to 'JCL/converterJclMin12/src/java/lang/IllegalMonitorStateException.java')
-rw-r--r--JCL/converterJclMin12/src/java/lang/IllegalMonitorStateException.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/JCL/converterJclMin12/src/java/lang/IllegalMonitorStateException.java b/JCL/converterJclMin12/src/java/lang/IllegalMonitorStateException.java
new file mode 100644
index 0000000000..1f67418128
--- /dev/null
+++ b/JCL/converterJclMin12/src/java/lang/IllegalMonitorStateException.java
@@ -0,0 +1,4 @@
+package java.lang;
+
+public class IllegalMonitorStateException extends RuntimeException {
+}

Back to the top