Polishing the previous commit
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user