Skip to content

Commit

Permalink
Fix checkstyle violation
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Jun 10, 2023
1 parent 261cb72 commit 02a601e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,7 @@ void disableRemoteIpValve() {
}

@Test
@Deprecated
@SuppressWarnings("deprecation")
@Deprecated(since = "2.7.12", forRemoval = true)
void testCustomizeRejectIllegalHeader() {
bind("server.tomcat.reject-illegal-header=false");
customizeAndRunServer((server) -> assertThat(
Expand Down

0 comments on commit 02a601e

Please sign in to comment.