We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 229bacf commit 1a0c4ecCopy full SHA for 1a0c4ec
1 file changed
src/main/kotlin/no/java/moresleep/conference/ReadConfigCommand.kt
@@ -6,10 +6,10 @@ import no.java.moresleep.SystemUser
6
import no.java.moresleep.UserType
7
8
class ReadConfig(
9
- val conferenceUrl:String="https://sleepingpill.javazone.no/public/allSessions/javazone_2024",
10
- val conferenceName:String="JavaZone 2024",
11
- val conferenceDates:List<String> = listOf("04.09.2024","05.09.2024"),
12
- val workshopDate:String="03.09.2024"
+ val conferenceUrl:String="https://sleepingpill.javazone.no/public/allSessions/javazone_2025",
+ val conferenceName:String="JavaZone 2025",
+ val conferenceDates:List<String> = listOf("03.09.2025","04.09.2025"),
+ val workshopDate:String="02.09.2025"
13
):ServiceResult()
14
15
class ReadConfigCommand:Command {
0 commit comments