parent
f126302a0f
commit
61402dc52c
Binary file not shown.
|
@ -146,6 +146,7 @@ public class ConfigDefinition {
|
|||
// yes, we take three parameters here thus pre-increment!
|
||||
String fileName = args[++i + 1];
|
||||
state.variableRegistry.register(keyName, readFile(fileName));
|
||||
inputFiles.add(fileName);
|
||||
case KEY_FIRING:
|
||||
firingEnumFileName = args[i + 1];
|
||||
inputFiles.add(firingEnumFileName);
|
||||
|
|
Loading…
Reference in New Issue