Skip to content

Commit bf715ac

Browse files
committed
Polishing
1 parent b213344 commit bf715ac

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
@@ -94,6 +94,7 @@ public class ResponseBodyEmitter {
9494
/** Guards access to write operations on the response. */
9595
protected final Lock writeLock = new ReentrantLock();
9696

97+
9798
/**
9899
* Create a new ResponseBodyEmitter instance.
99100
*/

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
@@ -44,6 +44,7 @@ public class SseEmitter extends ResponseBodyEmitter {
4444

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

47+
4748
/**
4849
* Create a new SseEmitter instance.
4950
*/

0 commit comments

Comments
 (0)