Github user pvillard31 commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/2232#discussion_r147637178
  
    --- Diff: 
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/RouteText.java
 ---
    @@ -77,6 +79,10 @@
     @DynamicProperty(name = "Relationship Name", value = "value to match 
against", description = "Routes data that matches the value specified in the 
Dynamic Property Value to the "
         + "Relationship specified in the Dynamic Property Key.")
     @DynamicRelationship(name = "Name from Dynamic Property", description = 
"FlowFiles that match the Dynamic Property's value")
    +@WritesAttributes({
    +        @WritesAttribute(attribute = "RouteText.Route", description = "The 
name of the relationship to which the FlowFile was routed."),
    +        @WritesAttribute(attribute = "RouteText.Group", description = "The 
value captured by all capturing groups in the 'Grouping Regular Expression' 
property. If this property is not set or contains no capturing groups, this 
attribute will not be added.")
    --- End diff --
    
    ````
    [WARNING] 
src/main/java/org/apache/nifi/processors/standard/RouteText.java[84] (sizes) 
LineLength: Line is longer than 200 characters (found 257).
    ````


---

Reply via email to