Skip to content

Commit e15a8cd

Browse files
committed
Added message for database connection closed
1 parent 0508be0 commit e15a8cd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/webapp/java/de/htwb/model/DatabaseRepository.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ public void disconnect() throws SQLException
4545
{
4646
connection.close();
4747
connection = null;
48+
System.out.println("Database connection closed.");
4849
}
4950
}
5051

0 commit comments

Comments
 (0)