Lehel44 commented on code in PR #8094:
URL: https://github.com/apache/nifi/pull/8094#discussion_r1437914962
##########
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:
@exceptionfactory I included the FileResource interface in this pull request
as an interface, but later realized it's unnecessary as it functions as a
straightforward DTO. Moreover, if I introduce the StandardFileResource
implementation to nifi-data-provenance-utils (the place I thought to add it),
it will create a dependency on nifi processors.
--
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]