Browse Source

Fix a typo in ServerSentEventHttpMessageWriter Javadoc

pull/1274/head
Sebastien Deleuze 9 years ago
parent
commit
a8d8273dc1
  1. 2
      spring-web/src/main/java/org/springframework/http/codec/ServerSentEventHttpMessageWriter.java

2
spring-web/src/main/java/org/springframework/http/codec/ServerSentEventHttpMessageWriter.java

@ -39,7 +39,7 @@ import org.springframework.util.Assert; @@ -39,7 +39,7 @@ import org.springframework.util.Assert;
import org.springframework.util.MimeTypeUtils;
/**
* Encoder that supports a stream of {@link ServerSentEvent}s and also plain
* Writer that supports a stream of {@link ServerSentEvent}s and also plain
* {@link Object}s which is the same as an {@link ServerSentEvent} with data
* only.
*

Loading…
Cancel
Save