projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9631ed
)
changes to MGC class library
author
jzhou
<jzhou>
Wed, 14 Dec 2011 01:38:54 +0000
(
01:38
+0000)
committer
jzhou
<jzhou>
Wed, 14 Dec 2011 01:38:54 +0000
(
01:38
+0000)
Robust/src/ClassLibrary/MGC/Thread.java
patch
|
blob
|
history
diff --git
a/Robust/src/ClassLibrary/MGC/Thread.java
b/Robust/src/ClassLibrary/MGC/Thread.java
index 09cd470ef1caeef6989e19d86cef7b2bbde1faee..d48dade6d724e1e83603950fcd6168c46bfdca30 100644
(file)
--- a/
Robust/src/ClassLibrary/MGC/Thread.java
+++ b/
Robust/src/ClassLibrary/MGC/Thread.java
@@
-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();
+ }
}