Fix checkstyle violation

This commit is contained in:
Rossen Stoyanchev 2019-07-08 21:35:00 +01:00
parent 7b1a6eb50a
commit 47d60b34f8
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ import org.springframework.messaging.simp.annotation.SendToUser;
* a specialization such as
* {@link org.springframework.messaging.simp.SimpMessageHeaderAccessor
* SimpMessageHeaderAccessor}.</li>
* <li>{@link Message Message<T>} for access to body and headers with the body
* <li>{@link Message Message&lt;T&gt;} for access to body and headers with the body
* de-serialized if necessary to match the declared type.</li>
* <li>{@link java.security.Principal} method arguments are supported in
* some processing scenarios such as STOMP over WebSocket. It reflects the