Polishing

This commit is contained in:
Juergen Hoeller
2025-09-17 18:10:19 +02:00
parent b213344d25
commit bf715ac23e
2 changed files with 2 additions and 0 deletions
@@ -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.
*/