From ddd481b67cdd565852bc43de21643098f036a4ed Mon Sep 17 00:00:00 2001 From: Him188 Date: Wed, 2 Sep 2020 20:57:50 +0800 Subject: [PATCH] Rename event to events --- .../mirai/console/{event => events}/CommandExecutionEvent.kt | 2 +- .../net/mamoe/mirai/console/{event => events}/ConsoleEvent.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename backend/mirai-console/src/main/kotlin/net/mamoe/mirai/console/{event => events}/CommandExecutionEvent.kt (96%) rename backend/mirai-console/src/main/kotlin/net/mamoe/mirai/console/{event => events}/ConsoleEvent.kt (93%) diff --git a/backend/mirai-console/src/main/kotlin/net/mamoe/mirai/console/event/CommandExecutionEvent.kt b/backend/mirai-console/src/main/kotlin/net/mamoe/mirai/console/events/CommandExecutionEvent.kt similarity index 96% rename from backend/mirai-console/src/main/kotlin/net/mamoe/mirai/console/event/CommandExecutionEvent.kt rename to backend/mirai-console/src/main/kotlin/net/mamoe/mirai/console/events/CommandExecutionEvent.kt index 3ffe79257..4edbcea61 100644 --- a/backend/mirai-console/src/main/kotlin/net/mamoe/mirai/console/event/CommandExecutionEvent.kt +++ b/backend/mirai-console/src/main/kotlin/net/mamoe/mirai/console/events/CommandExecutionEvent.kt @@ -7,7 +7,7 @@ * https://github.com/mamoe/mirai/blob/master/LICENSE */ -package net.mamoe.mirai.console.event +package net.mamoe.mirai.console.events /* data class CommandExecutionEvent( // TODO: 2020/6/26 impl CommandExecutionEvent diff --git a/backend/mirai-console/src/main/kotlin/net/mamoe/mirai/console/event/ConsoleEvent.kt b/backend/mirai-console/src/main/kotlin/net/mamoe/mirai/console/events/ConsoleEvent.kt similarity index 93% rename from backend/mirai-console/src/main/kotlin/net/mamoe/mirai/console/event/ConsoleEvent.kt rename to backend/mirai-console/src/main/kotlin/net/mamoe/mirai/console/events/ConsoleEvent.kt index c3ee44ae8..bc7399958 100644 --- a/backend/mirai-console/src/main/kotlin/net/mamoe/mirai/console/event/ConsoleEvent.kt +++ b/backend/mirai-console/src/main/kotlin/net/mamoe/mirai/console/events/ConsoleEvent.kt @@ -7,7 +7,7 @@ * https://github.com/mamoe/mirai/blob/master/LICENSE */ -package net.mamoe.mirai.console.event +package net.mamoe.mirai.console.events import net.mamoe.mirai.event.Event