Polishing the previous commit

This commit is contained in:
Soby Chacko
2022-11-29 11:50:20 -05:00
parent edd32284d5
commit 87dea82f9b

View File

@@ -24,7 +24,6 @@ import org.springframework.beans.factory.BeanFactoryAware;
import org.springframework.beans.factory.InitializingBean;
import org.springframework.lang.Nullable;
import org.springframework.messaging.handler.annotation.support.MessageHandlerMethodFactory;
import org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolver;
import org.springframework.util.Assert;
import org.springframework.validation.Validator;
@@ -44,8 +43,6 @@ public class PulsarListenerEndpointRegistrar implements BeanFactoryAware, Initia
private ListenerEndpointRegistry endpointRegistry;
private List<HandlerMethodArgumentResolver> customMethodArgumentResolvers = new ArrayList<>();
private Validator validator;
private MessageHandlerMethodFactory messageHandlerMethodFactory;