Skip to content

Commit c069563

Browse files
committed
Use correct Assert class in ServerPropertiesAutoConfiguration
1 parent 908fdba commit c069563

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ServerPropertiesAutoConfiguration.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616

1717
package org.springframework.boot.autoconfigure.web;
1818

19-
import reactor.core.support.Assert;
20-
2119
import org.springframework.beans.BeansException;
2220
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
2321
import org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean;
@@ -31,6 +29,7 @@
3129
import org.springframework.context.annotation.Bean;
3230
import org.springframework.context.annotation.Configuration;
3331
import org.springframework.core.Ordered;
32+
import org.springframework.util.Assert;
3433
import org.springframework.util.StringUtils;
3534

3635
/**

0 commit comments

Comments
 (0)