diff --git a/microsphere-spring-webmvc/src/main/java/io/microsphere/spring/webmvc/interceptor/LazyCompositeHandlerInterceptor.java b/microsphere-spring-webmvc/src/main/java/io/microsphere/spring/webmvc/interceptor/LazyCompositeHandlerInterceptor.java index a65e95ee..e3ddd3f2 100644 --- a/microsphere-spring-webmvc/src/main/java/io/microsphere/spring/webmvc/interceptor/LazyCompositeHandlerInterceptor.java +++ b/microsphere-spring-webmvc/src/main/java/io/microsphere/spring/webmvc/interceptor/LazyCompositeHandlerInterceptor.java @@ -16,7 +16,6 @@ */ package io.microsphere.spring.webmvc.interceptor; -import io.microsphere.collection.SetUtils; import io.microsphere.lang.function.ThrowableConsumer; import io.microsphere.lang.function.ThrowableFunction; import io.microsphere.spring.context.event.OnceApplicationContextEventListener;