markap14 commented on a change in pull request #4669:
URL: https://github.com/apache/nifi/pull/4669#discussion_r525205661



##########
File path: 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/src/main/java/org/apache/nifi/groups/StandardProcessGroup.java
##########
@@ -2331,23 +2336,23 @@ public void removeControllerService(final 
ControllerServiceNode service) {
             // and notify the Process Group that a component has been 
modified. This way, we know to re-calculate
             // whether or not the Process Group has local modifications.
             service.getReferences().getReferencingComponents().stream()
-                    .map(ComponentNode::getProcessGroupIdentifier)

Review comment:
       Likely IntelliJ auto-formatting again. You'll see a lot of this in this 
PR, likely, because classes were moved from one module to another, and I'm sure 
that IntelliJ applied some formatting when that was done.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to