Fix broken Javadoc tags

Closes gh-26967
This commit is contained in:
izeye
2021-05-22 09:10:57 +09:00
committed by Sam Brannen
parent ac0e71745b
commit ab2c78a9d5
6 changed files with 7 additions and 7 deletions

View File

@@ -29,7 +29,7 @@ import org.springframework.util.Assert;
* Base class for STOMP client implementations.
*
* <p>Subclasses can connect over WebSocket or TCP using any library. When creating
* a new connection, a subclass can create an instance of @link DefaultStompSession}
* a new connection, a subclass can create an instance of {@link DefaultStompSession}
* which extends {@link org.springframework.messaging.tcp.TcpConnectionHandler}
* whose lifecycle methods the subclass must then invoke.
*