adamdebreceni commented on code in PR #1350:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1350#discussion_r907278206


##########
extensions/standard-processors/processors/ListenSyslog.cpp:
##########
@@ -53,15 +53,15 @@ const core::Property ListenSyslog::ParseMessages(
 const core::Property ListenSyslog::MaxQueueSize(
     core::PropertyBuilder::createProperty("Max Size of Message Queue")
         ->withDescription("Maximum number of Syslog messages allowed to be 
buffered before processing them when the processor is triggered. "
-                          "If the buffer full, the message is ignored. If set 
to zero the buffer is unlimited.")
-        ->withDefaultValue<uint64_t>(0)->build());
+                          "If the is buffer full, the message is ignored. If 
set to zero the buffer is unlimited.")

Review Comment:
   the "is" is probably not where intended



-- 
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]

Reply via email to