NIFI-6749 This closes #3792. Fix Swagger for ControllerServiceReferencingComponentDTO

Signed-off-by: Joe Witt <joewitt@apache.org>
This commit is contained in:
Kevin Doran 2019-10-08 11:42:32 -04:00 committed by Joe Witt
parent 0f02de6002
commit 2d90145842
No known key found for this signature in database
GPG Key ID: 9093BF854F811A1A
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ public class ControllerServiceReferencingComponentDTO {
*/
@ApiModelProperty(
value = "The type of reference this is.",
allowableValues = "Processor, ControllerService, or ReportingTask"
allowableValues = "Processor, ControllerService, ReportingTask"
)
public String getReferenceType() {
return referenceType;