exceptionfactory commented on code in PR #5369:
URL: https://github.com/apache/nifi/pull/5369#discussion_r955379338


##########
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core-api/src/main/java/org/apache/nifi/controller/AbstractComponentNode.java:
##########
@@ -1129,17 +1129,21 @@ public Optional<Parameter> getParameter(final String 
parameterName) {
 
                 // There is an update to the parameter. We want to return the 
previous value of the Parameter.
                 final ParameterDescriptor parameterDescriptor;
+                final boolean isProvided;

Review Comment:
   ```suggestion
                   final boolean provided;
   ```



-- 
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]

Reply via email to