20: Do not resolve while reading config
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user