mirror of https://github.com/apache/nifi.git
NIFI-6749 This closes #3792. Fix Swagger for ControllerServiceReferencingComponentDTO
Signed-off-by: Joe Witt <joewitt@apache.org>
This commit is contained in:
parent
0f02de6002
commit
2d90145842
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue