Skip to content

Commit 261cb72

Browse files
committed
Fix checkstyle violation
1 parent 8c57654 commit 261cb72

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ public static class Tomcat {
473473
/**
474474
* Whether to reject requests with illegal header names or values.
475475
*/
476-
@Deprecated
476+
@Deprecated(since = "2.7.12", forRemoval = true)
477477
private boolean rejectIllegalHeader = true;
478478

479479
/**

0 commit comments

Comments
 (0)