Skip to content
Open

Fix #15

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/main/java/org/example/daos/TestDao.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ public List<String> testConnection() throws SQLException {

long end = System.currentTimeMillis();

System.out.println("Total time to execute query in milliseconds: " + (end - start));
System.out.println("Total time to execute query in milliseconds: "
+ (end - start));


System.out.println("Retrieving database names");
Expand Down
182 changes: 0 additions & 182 deletions src/main/resources/sun_checks_modified.xml

This file was deleted.