docs: fix cannot build's javadoc

This commit is contained in:
wzp 2024-09-01 00:49:14 +08:00
parent c1a38f0103
commit e833337f75

View File

@ -28,7 +28,7 @@ public class At implements JsonMessagePart {
/**
* 获取用于@全体成员的AT对象
*
* @return @全体成员的At对象
* @return 全体成员的At对象
* @author wzp
* @since 2024/8/31 23:51 v1.0.3
*/
@ -40,7 +40,7 @@ public class At implements JsonMessagePart {
* 获取用于@用户的AT对象
*
* @param userId 用户ID
* @return @指定用户的At对象
* @return 指定用户的At对象
* @author wzp
* @since 2024/8/31 23:50 v1.0.3
*/