Fix checkstyle violation
This commit is contained in:
parent
7b1a6eb50a
commit
47d60b34f8
|
@ -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<T>} 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
|
||||
|
|
Loading…
Reference in New Issue