Skip to content

Commit 947a32e

Browse files
jeartonjzheaux
authored andcommitted
fix: change import from reactor.util.annotation.NonNull to org.springframework.lang.NonNull
Signed-off-by: zhoudong <jearton1024@gmail.com>
1 parent 0c7e43a commit 947a32e

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

Lines changed: 1 addition & 1 deletion
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)