提交 45034815 authored 作者: Thomas Mueller's avatar Thomas Mueller

Formatting

上级 d61decb7
...@@ -1755,7 +1755,7 @@ public class JdbcConnection extends TraceObject implements Connection { ...@@ -1755,7 +1755,7 @@ public class JdbcConnection extends TraceObject implements Connection {
Properties p = getClientInfo(); Properties p = getClientInfo();
String s = p.getProperty(name); String s = p.getProperty(name);
if (s == null) { if (s == null) {
throw new SQLClientInfoException(); throw new SQLClientInfoException();
} }
return s; return s;
} catch (Exception e) { } catch (Exception e) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论