Fix checkstyle violation
This commit is contained in:
parent
261cb721e9
commit
02a601eae3
|
@ -367,8 +367,7 @@ class TomcatWebServerFactoryCustomizerTests {
|
|||
}
|
||||
|
||||
@Test
|
||||
@Deprecated
|
||||
@SuppressWarnings("deprecation")
|
||||
@Deprecated(since = "2.7.12", forRemoval = true)
|
||||
void testCustomizeRejectIllegalHeader() {
|
||||
bind("server.tomcat.reject-illegal-header=false");
|
||||
customizeAndRunServer((server) -> assertThat(
|
||||
|
|
Loading…
Reference in New Issue