taftster commented on a change in pull request #4221:
URL: https://github.com/apache/nifi/pull/4221#discussion_r443000194
##########
File path:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/NiFiServiceFacade.java
##########
@@ -767,9 +767,10 @@
*
* @param connectionId The ID of the connection
* @param listingRequestId The ID of the listing request
+ * @param maxResults The maximum number of flowfile summary objects to
return
* @return The ListingRequest
*/
- ListingRequestDTO createFlowFileListingRequest(String connectionId, String
listingRequestId);
Review comment:
Yup, totally. +1 I should have thought of this, not sure why I didn't.
Good catch, thank you. Will fix.
----------------------------------------------------------------
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]