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:
Michael Minella
2016-06-08 13:04:58 -05:00
parent 7f53c7d9f7
commit 77fdfbdbc0
19 changed files with 101 additions and 102 deletions

View File

@@ -16,7 +16,7 @@ by executing the following build in the timestamp-task module:
$ ./mvnw clean install
----
== The parameters offered by the TaskProcessor are as follows:
== The arguments offered by the TaskProcessor are as follows:
* *group* establishes the group for the task maven coordinates. Default is `io.spring`.
* *artifact* establishes the artifact for the task maven coordinates. Default is `timestamp-task`.
* *classifiers* establishes the classifier for the task maven coordinates. Default is null.