changes to MGC class library
[IRC.git] / Robust / src / ClassLibrary / MGC / Thread.java
index 09cd470ef1caeef6989e19d86cef7b2bbde1faee..d48dade6d724e1e83603950fcd6168c46bfdca30 100644 (file)
@@ -76,5 +76,10 @@ public class Thread implements Runnable {
     System.out.println("Unimplemented Thread.currentThread()!");
     return null;
   }
+  
+  public static Map getAllStackTraces() {
+    System.out.println("Unimplemented Thread.getAllStackTraces()");
+    return new Map();
+  }
 
 }