Bumping versions
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user