Add missing @⁠Override annotations

... and suppress "serial" warnings
This commit is contained in:
Sam Brannen
2025-09-22 13:20:37 +02:00
parent f504d051ab
commit 0c61ac956b
42 changed files with 44 additions and 5 deletions
@@ -41,6 +41,7 @@ class FilterTests {
@Test
void filter() {
@SuppressWarnings("serial")
Filter filter = new HttpFilter() {
@Override
protected void doFilter(HttpServletRequest req, HttpServletResponse res, FilterChain chain) throws IOException {