Polishing

This commit is contained in:
Juergen Hoeller
2025-10-21 00:59:56 +02:00
parent 765e30c3a6
commit 7adcd99ea2
5 changed files with 9 additions and 12 deletions
@@ -200,9 +200,9 @@ class MockServletContextTests {
assertThat(filterRegistrations).isNotNull();
assertThat(filterRegistrations).isEmpty();
}
}
/**
* @since 5.1.11
*/
@@ -242,7 +242,6 @@ class MockServletContextTests {
assertThat(realPath).isNotNull();
}
}
}
}