Github user phrocker commented on a diff in the pull request:

    https://github.com/apache/nifi-minifi-cpp/pull/457#discussion_r239814559
  
    --- Diff: extensions/libarchive/MergeContent.h ---
    @@ -334,7 +334,9 @@ class MergeContent : public processors::BinFiles {
       std::string readContent(std::string path);
     };
     
    -REGISTER_RESOURCE(MergeContent);
    +REGISTER_RESOURCE(MergeContent, "Merges a Group of FlowFiles together 
based on a user-defined strategy and packages them into a single FlowFile. "
    +    "It is recommended that the Processor be configured with only a single 
incoming connection, as Group of FlowFiles will not be created from "
    --- End diff --
    
    "Processor is configured" would be passive voice, so not the best choice if 
we are to nit. 


---

Reply via email to