Remove @MiraiInternalAPI from NetworkHandler

This commit is contained in:
Him188 2020-02-14 19:12:50 +08:00
parent bb2bed4206
commit f37434c663

View File

@ -36,7 +36,6 @@ import net.mamoe.mirai.utils.io.PlatformDatagramChannel
*
* [BotNetworkHandler.close] 时将会 [取消][Job.cancel] 所有此作用域下的协程
*/
@MiraiInternalAPI
@Suppress("PropertyName")
abstract class BotNetworkHandler : CoroutineScope {
/**