[master] changed again the parameter since the same property file is used by more than one class. set the parameter as required=false

This commit is contained in:
Miriam Baglioni 2025-09-16 16:23:42 +02:00
parent ea09643c0b
commit 926079719e
1 changed files with 5 additions and 0 deletions

View File

@ -67,6 +67,11 @@
"paramLongName":"fromCsv",
"paramDescription": "true if the configuration should be read from a csv. it should only list pids",
"paramRequired": false
},{
"paramName":"rtm",
"paramLongName":"resultTableName",
"paramDescription": "true if the configuration should be read from a csv. it should only list pids",
"paramRequired": false
}