dan-s1 commented on code in PR #11364:
URL: https://github.com/apache/nifi/pull/11364#discussion_r3461460506
##########
nifi-system-tests/nifi-system-test-extensions-bundle/nifi-system-test-extensions/src/main/java/org/apache/nifi/flowanalysis/StatefulFlowAnalysisRule.java:
##########
@@ -30,30 +30,30 @@
@Stateful(scopes = Scope.LOCAL, description = "Stores the timestamp of the
last initialization")
public class StatefulFlowAnalysisRule extends AbstractFlowAnalysisRule {
- private static final String LAST_ANALYIZE_COMPONENT_TIMESTAMP =
"last.analyze.component.timestamp";
- private static final String LAST_ANALYIZE_PROCESS_GROUP_TIMESTAMP =
"last.analyze.component.timestamp";
+ private static final String LAST_ANALYZE_COMPONENT_TIMESTAMP =
"last.analyze.component.timestamp";
+ private static final String LAST_ANALYZE_PROCESS_GROUP_TIMESTAMP =
"last.analyze.component.timestamp";
Review Comment:
Would a change in name affect anything else? Also there are no unit tests
for this to test any change. Perhaps the change in value is not in the scope of
this ticket.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]