Skip to content

Commit 23f9ee7

Browse files
committed
Fix CI
1 parent 0522a61 commit 23f9ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/openrewrite/java/migrate/jakarta/RemovalsServletJakarta10Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ void doGet(HttpServletRequest req, HttpServletResponse res) throws Exception {
182182
jakarta.servlet.Servlet servlet ;
183183
UnavailableException unavailableEx1 = new UnavailableException("x", 0);
184184
UnavailableException unavailableEx2 = new UnavailableException("x", 0);
185-
UnavailableException unavailableEx3 = new UnavailableException( "x");
185+
UnavailableException unavailableEx3 = new UnavailableException("x");
186186
}
187187
}
188188
"""

0 commit comments

Comments
 (0)