Skip to content

Commit

Permalink
tell the compiler we want to ignore any exceptions here
Browse files Browse the repository at this point in the history
  • Loading branch information
mprins committed Oct 2, 2024
1 parent dc8bf44 commit fe4887b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ void refreshJdbcFeatureSourceCapabilities() throws Exception {
try {
new JdbcTemplate(dataSource).execute("drop table test");
} catch (Exception ignored) {
// tell the compiler we want to ignore any exceptions
}
}

Expand Down

0 comments on commit fe4887b

Please sign in to comment.