Bumping versions

This commit is contained in:
buildmaster
2023-06-21 23:49:09 +00:00
parent d0f6d2b2e9
commit 3df50061ac
2 changed files with 10 additions and 10 deletions

View File

@@ -21,9 +21,9 @@ import org.springframework.boot.context.event.SpringApplicationEvent;
import org.springframework.context.ConfigurableApplicationContext;
/**
* A custom event for spring cloud context use cases that need the saved
* Spring Application. This prevents a duplicated ApplicationPreparedEvent
* from being republished.
* A custom event for spring cloud context use cases that need the saved Spring
* Application. This prevents a duplicated ApplicationPreparedEvent from being
* republished.
*/
public class ContextRefreshedWithApplicationEvent extends SpringApplicationEvent {