Browse Source

formattingˆ

pull/1255/head
spencergibb 1 year ago
parent
commit
5b4a46fc60
No known key found for this signature in database
GPG Key ID: 7788A47380690861
  1. 6
      spring-cloud-context/src/main/java/org/springframework/cloud/context/config/ContextRefreshedWithApplicationEvent.java

6
spring-cloud-context/src/main/java/org/springframework/cloud/context/config/ContextRefreshedWithApplicationEvent.java

@ -21,9 +21,9 @@ import org.springframework.boot.context.event.SpringApplicationEvent; @@ -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 {

Loading…
Cancel
Save