Skip to content

Commit 015edb3

Browse files
committed
Merge branch '6.2.x'
# Conflicts: # framework-platform/framework-platform.gradle
2 parents fa5ebbc + 931686a commit 015edb3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ResponseBodyEmitter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ public class ResponseBodyEmitter {
9292
/** Guards access to write operations on the response. */
9393
protected final Lock writeLock = new ReentrantLock();
9494

95+
9596
/**
9697
* Create a new ResponseBodyEmitter instance.
9798
*/

spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/SseEmitter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ public class SseEmitter extends ResponseBodyEmitter {
4545

4646
private static final MediaType TEXT_PLAIN = new MediaType("text", "plain", StandardCharsets.UTF_8);
4747

48+
4849
/**
4950
* Create a new SseEmitter instance.
5051
*/

0 commit comments

Comments
 (0)