hunyadi-dev commented on a change in pull request #892:
URL: https://github.com/apache/nifi-minifi-cpp/pull/892#discussion_r482854874
##########
File path: extensions/standard-processors/processors/TailFile.cpp
##########
@@ -364,7 +364,10 @@ void TailFile::onSchedule(const
std::shared_ptr<core::ProcessContext> &context,
context->getProperty(RecursiveLookup.getName(), recursive_lookup_);
- context->getProperty(LookupFrequency.getName(), lookup_frequency_);
+ int64_t lookup_frequency;
Review comment:
Can you leave a comment on these changes? If I were to encounter these
lines, I would immediately think of reformatting them to the previous versions.
----------------------------------------------------------------
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]