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

    https://github.com/apache/nifi/pull/1045#discussion_r85116446
  
    --- Diff: 
nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/src/main/java/org/apache/nifi/processors/script/ExecuteScript.java
 ---
    @@ -66,8 +85,8 @@
         @Override
         public Set<Relationship> getRelationships() {
             final Set<Relationship> relationships = new HashSet<>();
    -        relationships.add(REL_SUCCESS);
    -        relationships.add(REL_FAILURE);
    +        relationships.add(ScriptUtils.REL_SUCCESS);
    --- End diff --
    
    Yes, I only changed them because I kept the class-level versions of them 
for backwards compatibility


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to