提交 a158d421 编写于 作者: J jjg

7043694: printStackTrace call should be removed

Reviewed-by: darcy
上级 6c9f5834
......@@ -1006,7 +1006,6 @@ public abstract class Symbol implements Element {
try {
data = eval.call();
} catch (Exception ex) {
ex.printStackTrace();
throw new AssertionError(ex);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册