kevdoran commented on a change in pull request #194:
URL: https://github.com/apache/nifi-minifi/pull/194#discussion_r478704107



##########
File path: 
minifi-commons/minifi-commons-schema/src/main/java/org/apache/nifi/minifi/commons/schema/ConfigSchema.java
##########
@@ -186,18 +186,38 @@ public FlowControllerSchema getFlowControllerProperties() 
{
         return flowControllerProperties;
     }
 
+    public void setFlowControllerProperties(final FlowControllerSchema 
flowControllerProperties)
+    {
+        this.flowControllerProperties = flowControllerProperties;
+    }
+

Review comment:
       I can take this part of this PR if we'd prefer. I don't think it hurts 
anything because a lot of fields have setters, just not all of them. But I can 
pull this out and submit with a follow up PR with more of MINIFI-536 if 
preferred.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to