mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-27 00:20:19 +08:00
Remove redundant @JvmDefault
This commit is contained in:
parent
f2d8b1620e
commit
8654172872
@ -116,7 +116,6 @@ public interface CommandManager {
|
|||||||
* @return 执行结果
|
* @return 执行结果
|
||||||
* @see executeCommand
|
* @see executeCommand
|
||||||
*/
|
*/
|
||||||
@JvmDefault
|
|
||||||
@JvmBlockingBridge
|
@JvmBlockingBridge
|
||||||
public suspend fun CommandSender.executeCommand(
|
public suspend fun CommandSender.executeCommand(
|
||||||
message: String,
|
message: String,
|
||||||
@ -139,7 +138,6 @@ public interface CommandManager {
|
|||||||
* 执行一个确切的指令
|
* 执行一个确切的指令
|
||||||
* @see executeCommand 获取更多信息
|
* @see executeCommand 获取更多信息
|
||||||
*/
|
*/
|
||||||
@JvmDefault
|
|
||||||
@JvmBlockingBridge
|
@JvmBlockingBridge
|
||||||
@JvmName("executeCommand")
|
@JvmName("executeCommand")
|
||||||
public suspend fun Command.execute(
|
public suspend fun Command.execute(
|
||||||
|
Loading…
Reference in New Issue
Block a user