mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-21 21:39:05 +00:00
Add missing @Override annotations
... and suppress "serial" warnings
This commit is contained in:
+1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user