@ -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.
*/
@ -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.