Skip to content

Commit

Permalink
Suppress warnings in Gradle build
Browse files Browse the repository at this point in the history
(cherry picked from commit c05b4ce)
  • Loading branch information
sbrannen committed Dec 1, 2023
1 parent 2d255c4 commit 21793b4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ public void doFilter(ServletRequest req, ServletResponse res, FilterChain chain)
}


@SuppressWarnings("serial")
private static class TestServlet extends HttpServlet {

@Override
Expand Down

0 comments on commit 21793b4

Please sign in to comment.