[ 
https://issues.apache.org/jira/browse/MINIFICPP-691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16712887#comment-16712887
 ] 

ASF GitHub Bot commented on MINIFICPP-691:
------------------------------------------

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

    https://github.com/apache/nifi-minifi-cpp/pull/457#discussion_r239815379
  
    --- Diff: extensions/mqtt/processors/PublishMQTT.h ---
    @@ -137,7 +137,7 @@ class PublishMQTT : public 
processors::AbstractMQTTProcessor {
       std::shared_ptr<logging::Logger> logger_;
     };
     
    -REGISTER_RESOURCE(PublishMQTT);
    +REGISTER_RESOURCE(PublishMQTT, "This Processor puts the contents of a 
FlowFile to a MQTT broker for a specified topic. The content of a FlowFile 
becomes the payload of the MQTT message.");
    --- End diff --
    
    In plural form contents can referenced in a concrete sense to things 
contained within something. This isn't incorrect. I'll err on avoiding to 
change the original author's wording. 


> Improve method of gathering processor documentation and providing to C2
> -----------------------------------------------------------------------
>
>                 Key: MINIFICPP-691
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-691
>             Project: NiFi MiNiFi C++
>          Issue Type: Task
>            Reporter: Mr TheSegfault
>            Assignee: Mr TheSegfault
>            Priority: Major
>              Labels: documentation
>             Fix For: 0.6.0
>
>
> Improve method of gathering processor documentation and providing to C2



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to