Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'othersrc/JCLMin1.5/src/java/lang/Runnable.java')
-rw-r--r--othersrc/JCLMin1.5/src/java/lang/Runnable.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/othersrc/JCLMin1.5/src/java/lang/Runnable.java b/othersrc/JCLMin1.5/src/java/lang/Runnable.java
new file mode 100644
index 000000000..7c2cc0f99
--- /dev/null
+++ b/othersrc/JCLMin1.5/src/java/lang/Runnable.java
@@ -0,0 +1,5 @@
+package java.lang;
+
+public interface Runnable {
+
+}

Back to the top