Github user JPercivall commented on a diff in the pull request:
https://github.com/apache/nifi/pull/1371#discussion_r94167717
--- 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 --
Yes but since this hasn't been released yet I figured it would be safe to
modify. Also why I re-opened the ticket instead of creating a new one.
---
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.
---