diff options
author | Rob Daugherty <rd472p@att.com> | 2018-03-07 18:32:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-07 18:32:31 +0000 |
commit | 61b1d1cdd962f95015add112c54c25a7f998079c (patch) | |
tree | 1de4b1faeed56aaf1a16ef09d7fec74d100e7114 /bpmn/MSOCommonBPMN/src/test/java | |
parent | 3c58fde8c72524579c139f25424c5b583c1070f2 (diff) | |
parent | 07b8dfda7bc1b5b8167941842db9d88ede5ddb5a (diff) |
Merge "Fix javadoc"
Diffstat (limited to 'bpmn/MSOCommonBPMN/src/test/java')
-rw-r--r-- | bpmn/MSOCommonBPMN/src/test/java/org/openecomp/mso/bpmn/common/WorkflowTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpmn/MSOCommonBPMN/src/test/java/org/openecomp/mso/bpmn/common/WorkflowTest.java b/bpmn/MSOCommonBPMN/src/test/java/org/openecomp/mso/bpmn/common/WorkflowTest.java index b71f708797..6f0095fb02 100644 --- a/bpmn/MSOCommonBPMN/src/test/java/org/openecomp/mso/bpmn/common/WorkflowTest.java +++ b/bpmn/MSOCommonBPMN/src/test/java/org/openecomp/mso/bpmn/common/WorkflowTest.java @@ -1829,7 +1829,7 @@ public class WorkflowTest { /**
* Constructor
* @param contentType the HTTP content type (optional)
- * @param type the callback message type (optional)
+ * @param messageType the callback message type (optional)
* @param content the content
*/
public CallbackData(String contentType, String messageType, String content) {
|