20: Do not resolve while reading config

This commit is contained in:
2026-06-27 19:54:12 +02:00
parent 1410c959e6
commit 4a5450b4b0
@@ -26,8 +26,7 @@ public final class AlarmConfigurationParser {
if(isConstantDefinition(trimmed)) {
parseConstantDefinition(constants, line);
} else {
String resolvedLine = replaceConstants(line, constants);
alarms.add(parseLine(resolvedLine));
alarms.add(parseLine(line));
}
} catch (RuntimeException exception) {
throw new IllegalArgumentException(