tpalfy commented on a change in pull request #5413:
URL: https://github.com/apache/nifi/pull/5413#discussion_r736570722
##########
File path:
nifi-nar-bundles/nifi-extension-utils/nifi-processor-utils/src/main/java/org/apache/nifi/processor/util/list/ListedEntityTracker.java
##########
@@ -376,7 +376,7 @@ private void createRecordsForEntities(final ProcessContext
context, final Proces
session.transfer(flowFile, REL_SUCCESS);
}
- private void createFlowFilesForEntities(final ProcessSession session,
final List<T> updatedEntities, final Function<T, Map<String, String>>
createAttributes) {
+ protected void createFlowFilesForEntities(ProcessContext context, final
ProcessSession session, final List<T> updatedEntities, final Function<T,
Map<String, String>> createAttributes) {
Review comment:
It is used in the overridden methods.
--
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]