changes to MGC class library
authorjzhou <jzhou>
Wed, 14 Dec 2011 01:38:54 +0000 (01:38 +0000)
committerjzhou <jzhou>
Wed, 14 Dec 2011 01:38:54 +0000 (01:38 +0000)
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();
+  }
 
 }