54: Do not throw an exception is no alarms are configured

This commit is contained in:
2026-08-05 10:12:39 +02:00
parent da72aa4458
commit 2177722fd9
@@ -47,10 +47,6 @@ public final class AlarmConfigurationParser {
}
}
if (alarms.isEmpty()) {
throw new IllegalArgumentException("No alarms found in " + path);
}
return new AlarmConfiguration(alarms, constants);
}