Fix typo.

This commit is contained in:
Olga MaciaszekSharma
2023-10-13 12:36:05 +02:00
parent ba1f38bd4f
commit d50ec1c5d0

View File

@@ -84,8 +84,8 @@ public class EurekaDiscoveryClientConfiguration {
private EurekaAutoServiceRegistration autoRegistration;
public void onApplicationEvent(RefreshScopeRefreshedEvent event) {
// This will force the creation of the EurkaClient bean if not already created
// to make sure the client will be reregistered after a refresh event
// This will force the creation of the EurekaClient bean if not already created
// to make sure the client will be re-registered after a refresh event
if (eurekaClient != null) {
eurekaClient.getApplications();
}