Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurens-W committed Nov 15, 2024
1 parent 0522a61 commit 23f9ee7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ void doGet(HttpServletRequest req, HttpServletResponse res) throws Exception {
jakarta.servlet.Servlet servlet ;
UnavailableException unavailableEx1 = new UnavailableException("x", 0);
UnavailableException unavailableEx2 = new UnavailableException("x", 0);
UnavailableException unavailableEx3 = new UnavailableException( "x");
UnavailableException unavailableEx3 = new UnavailableException("x");
}
}
"""
Expand Down

0 comments on commit 23f9ee7

Please sign in to comment.