Skip to content

Commit

Permalink
Bumping versions
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-builds committed Sep 22, 2023
1 parent 930885d commit 3a29227
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public void start() {
LOG.info("Refreshing context on restart.");
}
Set<String> keys = contextRefresher.refresh();
if(LOG.isInfoEnabled()){
if (LOG.isInfoEnabled()) {
LOG.info("Refreshed keys: " + keys);
}
}
Expand Down

0 comments on commit 3a29227

Please sign in to comment.