Skip to content

Commit

Permalink
Mark legacy seed from CSV jobs as deprecated.
Browse files Browse the repository at this point in the history
  • Loading branch information
danhumphreys-moj committed Jan 9, 2025
1 parent 1326cb7 commit d663483
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import uk.gov.justice.digital.hmpps.approvedpremisesapi.seed.SeedJob
import java.util.UUID

@Component
@Deprecated("Use Cas1SeedRoomsFromSiteSurveyXlsxJob instead")
class Cas1SeedPremisesFromCsvJob(
private val premisesRepository: PremisesRepository,
private val probationRegionRepository: ProbationRegionRepository,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import java.time.OffsetDateTime
import java.util.UUID

@Component
@Deprecated("Use Cas1SeedPremisesFromSiteSurveyXlsxJob instead")
class ApprovedPremisesRoomsSeedJob(
private val premisesRepository: PremisesRepository,
private val roomRepository: RoomRepository,
Expand Down

0 comments on commit d663483

Please sign in to comment.