Fix lifecycle synchronisation.

This commit is contained in:
Olga MaciaszekSharma
2023-10-19 18:42:57 +02:00
parent f51cc1fd92
commit 14bfa57922

View File

@@ -55,8 +55,8 @@ public class RefreshScopeLifecycle implements Lifecycle {
if (LOG.isInfoEnabled()) {
LOG.info("Refreshed keys: " + keys);
}
running = true;
}
running = true;
}
}