GatewayProxyInitAotProcess: remove unused import

This commit is contained in:
abilan
2022-11-16 12:05:44 -05:00
parent cece9afbf2
commit 60ba5444e7

View File

@@ -27,7 +27,6 @@ import org.springframework.beans.factory.config.ConfigurableListableBeanFactory;
import org.springframework.beans.factory.support.RegisteredBean;
import org.springframework.integration.annotation.MessagingGateway;
import org.springframework.integration.gateway.GatewayProxyFactoryBean;
import org.springframework.integration.gateway.RequestReplyExchanger;
/**