[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:
parent
ea09643c0b
commit
926079719e
|
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue