Kaydet (Commit) a8b087a6 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS qadev22 (1.3.100); FILE MERGED

2005/03/10 16:22:03 sw 1.3.100.1: i44711
üst 230dea5b
...@@ -38,7 +38,7 @@ public class MethodThread extends Thread { ...@@ -38,7 +38,7 @@ public class MethodThread extends Thread {
*/ */
public void run() { public void run() {
try { try {
mTestMethod.invoke(mInvokeClass, null); mTestMethod.invoke(mInvokeClass, new Object[]{});
} }
catch(IllegalAccessException e) { catch(IllegalAccessException e) {
e.printStackTrace(mLog); e.printStackTrace(mLog);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment