Mark Phase 9 as complete: finalize Zeitplan-Optimierung, add audit logging for Bewerb modifications, implement ZNS B-Satz export, and enhance Zeitplan tab with drag-and-drop scheduling and conflict validation.
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ class FixedWidthLineReader(private val line: String) {
|
||||
|
||||
return try {
|
||||
LocalDate(year, month, day)
|
||||
} catch (e: Exception) {
|
||||
} catch (_: Exception) {
|
||||
null
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user