mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Polish tests
This commit is contained in:
+1
-1
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user