Skip to content

Commit

Permalink
Update PurgeOldSagaRecordsScheduler.java
Browse files Browse the repository at this point in the history
  • Loading branch information
SodhiA1 committed Jan 8, 2025
1 parent 15a0687 commit 2654be5
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@
import ca.bc.gov.educ.studentdatacollection.api.repository.v1.SagaRepository;
import jakarta.transaction.Transactional;
import lombok.Getter;
import lombok.Setter;
import lombok.extern.slf4j.Slf4j;
import net.javacrumbs.shedlock.core.LockAssert;
import net.javacrumbs.shedlock.spring.annotation.SchedulerLock;
import org.apache.commons.collections4.CollectionUtils;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Component;

import java.time.LocalDateTime;
import java.util.Collections;
import java.util.List;
import java.util.UUID;
Expand Down

0 comments on commit 2654be5

Please sign in to comment.