mcgilman commented on a change in pull request #5712:
URL: https://github.com/apache/nifi/pull/5712#discussion_r796969719
##########
File path:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/util/SnippetUtils.java
##########
@@ -1015,4 +1018,33 @@ private void normalizeCoordinates(Collection<? extends
ComponentDTO> components)
}
}
+ public static void stripNonUiRelevantFields(final ControllerServiceEntity
serviceEntity) {
Review comment:
`SnippetUtils` is intended for interacting with Snippets with a capital
S. We could do another class or we could even put it in the
`ApplicationResource`. I believe all the calling code is in a class that
extends `ApplicationResource`.
--
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]