Skip to content

Commit

Permalink
update vars to vals
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-britton-moj committed Oct 25, 2023
1 parent a7ad0ce commit ec0b83e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ class Contact(
val type: ContactType,

@Column(name = "contact_date")
var date: LocalDate,
val date: LocalDate,

@Column(name = "contact_start_time")
var startTime: ZonedDateTime,
val startTime: ZonedDateTime,

@Column(name = "probation_area_id")
val providerId: Long,
Expand Down

0 comments on commit ec0b83e

Please sign in to comment.