Fix checkstyle violation

This commit is contained in:
Stephane Nicoll
2023-06-09 17:02:10 +02:00
parent 8c576541cb
commit 261cb721e9

View File

@@ -473,7 +473,7 @@ public class ServerProperties {
/**
* Whether to reject requests with illegal header names or values.
*/
@Deprecated
@Deprecated(since = "2.7.12", forRemoval = true)
private boolean rejectIllegalHeader = true;
/**