Skip to content

Commit

Permalink
Update to Cures Validation
Browse files Browse the repository at this point in the history
  • Loading branch information
nbashyam committed May 29, 2020
1 parent 57b4e95 commit 6eda6c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public ValidationResultsDto doValidation(
@RequestParam(value = "validationObjective", required = true) String validationObjective,
@RequestParam(value = "referenceFileName", required = true) String referenceFileName,
@RequestParam(value = "ccdaFile", required = true) MultipartFile ccdaFile,
@RequestParam(value = "curesUpdate", required = true) boolean curesUpdate,
@RequestParam(value = "curesUpdate", required = false) boolean curesUpdate,
@RequestParam(defaultValue = VocabularyConstants.Config.DEFAULT, required = false) String vocabularyConfig,
@RequestParam(defaultValue = DEFAULT_SEVERITY_LEVEL, required = false) String severityLevel) {

Expand Down

0 comments on commit 6eda6c8

Please sign in to comment.