Skip to content

Commit 1ac1633

Browse files
committed
Remove unused imports
**Cherry-pick to `5.4.x` & `5.3.x`**
1 parent b103752 commit 1ac1633

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

spring-integration-core/src/main/java/org/springframework/integration/annotation/MessagingGateway.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
package org.springframework.integration.annotation;
1818

19-
import java.lang.annotation.Documented;
2019
import java.lang.annotation.ElementType;
2120
import java.lang.annotation.Retention;
2221
import java.lang.annotation.RetentionPolicy;

spring-integration-http/src/main/java/org/springframework/integration/http/config/WebMvcIntegrationGraphCorsConfigurer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
package org.springframework.integration.http.config;
1818

19-
import org.springframework.web.reactive.config.WebFluxConfigurer;
2019
import org.springframework.web.servlet.config.annotation.CorsRegistry;
2120
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
2221

0 commit comments

Comments
 (0)