Skip to content

Commit

Permalink
fix: change import from reactor.util.annotation.NonNull to org.spring…
Browse files Browse the repository at this point in the history
…framework.lang.NonNull

Signed-off-by: zhoudong <[email protected]>
  • Loading branch information
jearton committed Feb 11, 2025
1 parent 27cb115 commit cac453f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
import jakarta.servlet.http.HttpServletRequest;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import reactor.util.annotation.NonNull;

import org.springframework.beans.BeansException;
import org.springframework.beans.factory.BeanFactory;
Expand All @@ -33,6 +32,7 @@
import org.springframework.beans.factory.config.BeanDefinition;
import org.springframework.beans.factory.config.ConfigurableListableBeanFactory;
import org.springframework.core.log.LogMessage;
import org.springframework.lang.NonNull;
import org.springframework.security.web.util.matcher.RequestMatcher;
import org.springframework.util.StringUtils;

Expand Down

0 comments on commit cac453f

Please sign in to comment.