Lehel44 commented on code in PR #8094:
URL: https://github.com/apache/nifi/pull/8094#discussion_r1437917401
##########
nifi-api/src/main/java/org/apache/nifi/provenance/upload/FileResource.java:
##########
@@ -20,15 +20,26 @@
* Holds information of a file resource for UPLOAD
* provenance events.
*/
-public interface FileResource {
+public class FileResource {
Review Comment:
I can reduce the number of methods, I followed the signatures of the send
method. I can check which ones are more frequently used and eliminate the
others.
--
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]