We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0508be0 commit e15a8cdCopy full SHA for e15a8cd
1 file changed
src/main/webapp/java/de/htwb/model/DatabaseRepository.java
@@ -45,6 +45,7 @@ public void disconnect() throws SQLException
45
{
46
connection.close();
47
connection = null;
48
+ System.out.println("Database connection closed.");
49
}
50
51
0 commit comments