Fixe SonarQube-Issues S2789 und S125

- SchedulerStatus: null-Check auf Optional<sessionTotals> entfernt (S2789)
- GuiSchedulerTab: auskommentierten Code-Kommentar entfernt (S125)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-07 16:26:18 +02:00
parent eaf9b29003
commit 11eac074ef
2 changed files with 0 additions and 5 deletions
@@ -60,9 +60,6 @@ public record SchedulerStatus(
if (lastError == null) {
throw new IllegalArgumentException("lastError darf nicht null sein");
}
if (sessionTotals == null) {
throw new IllegalArgumentException("sessionTotals darf nicht null sein");
}
}
/**