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



##########
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:
       Good catch. Updated to fix checkstyle 




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