提交 a85cbbdb authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Remove declared, but not thrown exceptions from throws

上级 cbf2f3ff
...@@ -389,7 +389,7 @@ public class TestPgServer extends TestBase { ...@@ -389,7 +389,7 @@ public class TestPgServer extends TestBase {
} }
} }
private void testBinaryTypes() throws SQLException, InterruptedException { private void testBinaryTypes() throws SQLException {
if (!getPgJdbcDriver()) { if (!getPgJdbcDriver()) {
return; return;
} }
...@@ -464,7 +464,7 @@ public class TestPgServer extends TestBase { ...@@ -464,7 +464,7 @@ public class TestPgServer extends TestBase {
} }
} }
private void testDateTime() throws SQLException, InterruptedException { private void testDateTime() throws SQLException {
if (!getPgJdbcDriver()) { if (!getPgJdbcDriver()) {
return; return;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论