no message
This commit is contained in:
@@ -5,7 +5,6 @@ import Common.Database.Tables.DBTableColumn;
|
||||
import Common.Database.Database;
|
||||
import Common.Utils.CommonUtils;
|
||||
import Common_old.UI.UI;
|
||||
import Common_old.Utils.Utils;
|
||||
import Visual_DVM_2021.Passes.PassException;
|
||||
import javafx.util.Pair;
|
||||
|
||||
@@ -14,7 +13,7 @@ import java.sql.*;
|
||||
import java.util.LinkedHashMap;
|
||||
import java.util.Vector;
|
||||
|
||||
import static Common_old.Utils.Utils.requireNonNullElse;
|
||||
import static Common.Utils.CommonUtils.requireNonNullElse;
|
||||
public abstract class SQLiteDatabase extends Database {
|
||||
protected Connection conn = null;
|
||||
protected Statement statement = null;
|
||||
@@ -37,7 +36,7 @@ public abstract class SQLiteDatabase extends Database {
|
||||
ex.printStackTrace();
|
||||
conn = null;
|
||||
System.gc();
|
||||
Utils.sleep(2000);
|
||||
CommonUtils.sleep(2000);
|
||||
}
|
||||
}
|
||||
if (conn == null)
|
||||
|
||||
Reference in New Issue
Block a user