提交 206672bf 编写于 作者: T terrymanu

for #601: remove useless codes

上级 bbc606a5
......@@ -42,7 +42,6 @@ import java.nio.file.Path;
import java.nio.file.Paths;
import java.nio.file.SimpleFileVisitor;
import java.nio.file.attribute.BasicFileAttributes;
import java.sql.SQLException;
import java.util.Arrays;
import java.util.Collection;
import java.util.HashSet;
......@@ -113,7 +112,7 @@ public final class StartTest {
}
@BeforeClass
public static void setUp() throws JAXBException, IOException, SQLException {
public static void setUp() throws JAXBException, IOException {
if (isInitialized) {
isInitialized = false;
} else {
......
......@@ -165,7 +165,7 @@ public final class DatabaseEnvironmentManager {
}
}
} catch (final SQLException ex) {
// The table may not exist at the time of deletion(删除时可能表不存在)
// TODO: Table may not exist on deletion
}
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册