Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
chore(reminder): change class ReminderForLessonDateImpl visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaBrighi committed Jun 19, 2023
1 parent 2ee4e27 commit 656afa0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import java.time.LocalDate
* @param lesson - lesson for which the book is assigned
* @param date - date of the reminder
*/
internal data class ReminderForLessonDateImpl(
data class ReminderForLessonDateImpl(
override val isbn: String,
override val lesson: EventAdapter.Lesson,
override val date: LocalDate,
Expand Down

0 comments on commit 656afa0

Please sign in to comment.