Skip to content

Commit cac453f

Browse files
committed
fix: change import from reactor.util.annotation.NonNull to org.springframework.lang.NonNull
Signed-off-by: zhoudong <[email protected]>
1 parent 27cb115 commit cac453f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/main/java/org/springframework/security/web/DefaultSecurityFilterChain.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
import jakarta.servlet.http.HttpServletRequest;
2525
import org.apache.commons.logging.Log;
2626
import org.apache.commons.logging.LogFactory;
27-
import reactor.util.annotation.NonNull;
2827

2928
import org.springframework.beans.BeansException;
3029
import org.springframework.beans.factory.BeanFactory;
@@ -33,6 +32,7 @@
3332
import org.springframework.beans.factory.config.BeanDefinition;
3433
import org.springframework.beans.factory.config.ConfigurableListableBeanFactory;
3534
import org.springframework.core.log.LogMessage;
35+
import org.springframework.lang.NonNull;
3636
import org.springframework.security.web.util.matcher.RequestMatcher;
3737
import org.springframework.util.StringUtils;
3838

0 commit comments

Comments
 (0)