提交 9934cd5d authored 作者: Thomas Mueller's avatar Thomas Mueller

Improve code coverage

上级 47968f60
...@@ -390,7 +390,7 @@ public class TraceObject { ...@@ -390,7 +390,7 @@ public class TraceObject {
try { try {
throw DbException.getUnsupportedException(message); throw DbException.getUnsupportedException(message);
} catch (Exception e) { } catch (Exception e) {
throw logAndConvert(e); return logAndConvert(e);
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论