database #2

Merged
Ferryry merged 8 commits from database into main 2025-12-03 20:16:50 +01:00
Showing only changes of commit d3488f1f1c - Show all commits

View File

@@ -26,7 +26,7 @@ public class SimpleDatabaseManager<E> implements DatabaseManager<E> {
} }
@Override @Override
public void connect() { public void connect() throws SQLException {
//... throw new SQLException("");
} }
} }