Update connect method in SimpleDatabaseManager.java
This commit is contained in:
@@ -26,7 +26,7 @@ public class SimpleDatabaseManager<E> implements DatabaseManager<E> {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void connect() {
|
||||
//...
|
||||
public void connect() throws SQLException {
|
||||
throw new SQLException("");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user