提交 91fad8b1 authored 作者: Thomas Mueller's avatar Thomas Mueller

Remove unused exception handling.

上级 033b798a
......@@ -505,7 +505,7 @@ public abstract class TestBase {
*
* @param name the database name
*/
protected void deleteDb(String name) throws SQLException {
protected void deleteDb(String name) {
deleteDb(getBaseDir(), name);
}
......@@ -515,7 +515,7 @@ public abstract class TestBase {
* @param dir the directory where the database files are located
* @param name the database name
*/
protected void deleteDb(String dir, String name) throws SQLException {
protected void deleteDb(String dir, String name) {
DeleteDbFiles.execute(dir, name, true);
// ArrayList<String> list;
// list = FileLister.getDatabaseFiles(baseDir, name, true);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论