mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Polishing
This commit is contained in:
+1
@@ -94,6 +94,7 @@ public class ResponseBodyEmitter {
|
||||
/** Guards access to write operations on the response. */
|
||||
protected final Lock writeLock = new ReentrantLock();
|
||||
|
||||
|
||||
/**
|
||||
* Create a new ResponseBodyEmitter instance.
|
||||
*/
|
||||
|
||||
+1
@@ -44,6 +44,7 @@ public class SseEmitter extends ResponseBodyEmitter {
|
||||
|
||||
private static final MediaType TEXT_PLAIN = new MediaType("text", "plain", StandardCharsets.UTF_8);
|
||||
|
||||
|
||||
/**
|
||||
* Create a new SseEmitter instance.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user