Bumping versions

This commit is contained in:
buildmaster
2023-09-22 03:53:50 +00:00
parent 930885da0e
commit 3a29227a28

View File

@@ -52,7 +52,7 @@ public class RefreshScopeLifecycle implements Lifecycle {
LOG.info("Refreshing context on restart.");
}
Set<String> keys = contextRefresher.refresh();
if(LOG.isInfoEnabled()){
if (LOG.isInfoEnabled()) {
LOG.info("Refreshed keys: " + keys);
}
}