phrocker commented on a change in pull request #595: Add windows tests
URL: https://github.com/apache/nifi-minifi-cpp/pull/595#discussion_r295778253
 
 

 ##########
 File path: extensions/standard-processors/processors/GetFile.cpp
 ##########
 @@ -52,50 +52,44 @@ namespace minifi {
 namespace processors {
 
 core::Property GetFile::BatchSize(
-    core::PropertyBuilder::createProperty("Batch Size")->withDescription("The 
maximum number of files to pull in each 
iteration")->withDefaultValue<uint32_t>(10)
-        ->build());
 
 Review comment:
   artifact of fixing linter errors with eclipse. this is easily avoided by 
ignoring white space in the review. 

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to