mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 16:53:04 +08:00
refactor(framework): rename agent.factory.module to agent.factory.component and update related imports
This commit is contained in:
@@ -309,7 +309,7 @@ class ActionSchedulerTest {
|
||||
private fun wheelStateEnum(name: String): Any {
|
||||
@Suppress("UNCHECKED_CAST")
|
||||
val clazz = Class.forName(
|
||||
$$"work.slhaf.partner.module.modules.action.dispatcher.scheduler.ActionScheduler$TimeWheel$WheelState"
|
||||
$$"work.slhaf.partner.component.modules.action.dispatcher.scheduler.ActionScheduler$TimeWheel$WheelState"
|
||||
) as Class<out Enum<*>>
|
||||
return java.lang.Enum.valueOf(clazz, name)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user