You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2019/10/08 15:48:31 UTC

[nifi] branch master updated: NIFI-6749 This closes #3792. Fix Swagger for ControllerServiceReferencingComponentDTO

This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/master by this push:
     new 2d90145  NIFI-6749 This closes #3792. Fix Swagger for ControllerServiceReferencingComponentDTO
2d90145 is described below

commit 2d9014584209da5906d2b288612f5be82349dc16
Author: Kevin Doran <kd...@apache.org>
AuthorDate: Tue Oct 8 11:42:32 2019 -0400

    NIFI-6749 This closes #3792. Fix Swagger for ControllerServiceReferencingComponentDTO
    
    Signed-off-by: Joe Witt <jo...@apache.org>
---
 .../nifi/web/api/dto/ControllerServiceReferencingComponentDTO.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ControllerServiceReferencingComponentDTO.java b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ControllerServiceReferencingComponentDTO.java
index 9aa5800..455ad0a 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ControllerServiceReferencingComponentDTO.java
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ControllerServiceReferencingComponentDTO.java
@@ -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;