Refactored the use of the name parameters to be arguments
This PR refactors the use of the term parameters to arguments to be consistent with how the component is utilized within Spring Cloud Data Flow.
This commit is contained in:
@@ -62,7 +62,7 @@ public class TaskLaunchRequest implements Serializable{
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns an unmodifiable list of parameters that will be used for the task execution
|
||||
* Returns an unmodifiable list of arguments that will be used for the task execution
|
||||
*/
|
||||
public List<String> getCommandlineArguments() {
|
||||
return Collections.unmodifiableList(commandlineArguments);
|
||||
|
||||
Reference in New Issue
Block a user