You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2020/02/28 06:43:40 UTC

[GitHub] [nifi] natural commented on a change in pull request #4077: NIFI-5346 Introduces new PGP controller service and PGP processors.

natural commented on a change in pull request #4077: NIFI-5346 Introduces new PGP controller service and PGP processors.
URL: https://github.com/apache/nifi/pull/4077#discussion_r385531030
 
 

 ##########
 File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/repository/StandardProvenanceReporter.java
 ##########
 @@ -445,12 +445,27 @@ public void modifyAttributes(final FlowFile flowFile) {
         modifyAttributes(flowFile, null);
     }
 
+    @Override
+    public void modifyAttributes(final FlowFile flowFile, final long processingMills) {
+        modifyAttributes(flowFile, null, -1L);
+        verifyFlowFileKnown(flowFile);
 
 Review comment:
   I think you're correct, removed.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services