mattyb149 commented on a change in pull request #194:
URL: https://github.com/apache/nifi-minifi/pull/194#discussion_r478710962
##########
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'm fine with keeping them in this PR, but the leading `{` brace has to
be on the previous line or it causes a CheckStyle violation
----------------------------------------------------------------
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]