Remove unused import

See gh-30886
This commit is contained in:
Juergen Hoeller
2023-07-14 12:24:55 +02:00
parent 064cd3b7af
commit 0d5a7db238

View File

@@ -31,7 +31,6 @@ import java.util.Optional;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import org.springframework.http.HttpHeaders;
import org.springframework.http.HttpRequest;
import org.springframework.lang.Nullable;
import org.springframework.util.Assert;