feat: replace deprecated method

This commit is contained in:
tjq 2023-01-03 23:22:33 +08:00
parent a1beb44ccf
commit da04e4b048

View File

@ -3,7 +3,7 @@ package tech.powerjob.worker.core.tracker.task.light;
import akka.actor.ActorSelection;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.RandomUtils;
import org.springframework.util.StringUtils;
import org.apache.commons.lang3.StringUtils;
import tech.powerjob.common.PowerJobDKey;
import tech.powerjob.common.SystemInstanceResult;
import tech.powerjob.common.enums.InstanceStatus;