Polish tests

This commit is contained in:
Sam Brannen
2025-08-11 11:27:10 +03:00
parent ffc785471b
commit f11a1e6f82
2 changed files with 7 additions and 16 deletions
@@ -393,7 +393,7 @@ class RequestMappingHandlerAdapterTests {
}
private static class SseController {
static class SseController {
public ResponseEntity<?> handle(@RequestParam String q) throws IOException {
if (q.equals("sse")) {