From 809d38bd07adc451023acfc037c52aa3187ee5e2 Mon Sep 17 00:00:00 2001 From: slhafzjw Date: Fri, 20 Mar 2026 23:16:57 +0800 Subject: [PATCH] refactor(action): remove outdated TODO comments in ActionScheduler --- .../partner/module/modules/action/scheduler/ActionScheduler.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/Partner-Core/src/main/java/work/slhaf/partner/module/modules/action/scheduler/ActionScheduler.kt b/Partner-Core/src/main/java/work/slhaf/partner/module/modules/action/scheduler/ActionScheduler.kt index e3e5fcb6..8abc5ec4 100644 --- a/Partner-Core/src/main/java/work/slhaf/partner/module/modules/action/scheduler/ActionScheduler.kt +++ b/Partner-Core/src/main/java/work/slhaf/partner/module/modules/action/scheduler/ActionScheduler.kt @@ -84,8 +84,6 @@ class ActionScheduler : AbstractAgentModule.Standalone() { }) } - // TODO any implementations of Action should be record into ActionCore - // TODO the method in ActionCapability should be compatible with different Action types fun schedule(schedulableAction: T) where T : Action, T : Schedulable = schedulerScope.launch { if (!schedulableAction.enabled) { return@launch