Skip to content

Commit

Permalink
Annotate dependencies as Nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
th-schwarz committed Oct 13, 2024
1 parent ad4ad62 commit 52487ed
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ public class DatabaseRestoreHandler extends BeanCollector {

private final Environment env;

private JdbcTemplate jdbcTemplate;
@Nullable private JdbcTemplate jdbcTemplate;

private AppConfig appConfig;
@Nullable private AppConfig appConfig;

private boolean dbExists;

Expand Down

0 comments on commit 52487ed

Please sign in to comment.