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

    https://github.com/apache/nifi/pull/1371#discussion_r94167421
  
    --- Diff: 
nifi-nar-bundles/nifi-update-attribute-bundle/nifi-update-attribute-processor/src/main/java/org/apache/nifi/processors/attributes/UpdateAttribute.java
 ---
    @@ -86,10 +86,9 @@
     public class UpdateAttribute extends AbstractProcessor implements 
Searchable {
     
     
    -    public static final String DO_NOT_STORE_STATE = "do not store state";
    -    public static final String STORE_STATE_LOCALLY = "store state locally";
    +    public static final String DO_NOT_STORE_STATE = "Do not store state";
    --- End diff --
    
    Will these constant value changes affect existing flows?


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to