jfrazee commented on a change in pull request #4221:
URL: https://github.com/apache/nifi/pull/4221#discussion_r442902452



##########
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:
       Have been meaning to mention this. Since this is public in an API 
package, I think this needs to be kept around and marked @Deprecated instead of 
deleted outright. Same comment on some of the other methods below.




----------------------------------------------------------------
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]


Reply via email to