msharee9 commented on a change in pull request #590: MINIFICPP-621 Nanofi
Tailfile example
URL: https://github.com/apache/nifi-minifi-cpp/pull/590#discussion_r293192977
##########
File path: libminifi/include/ResourceClaim.h
##########
@@ -59,6 +59,7 @@ class ResourceClaim : public
std::enable_shared_from_this<ResourceClaim> {
explicit ResourceClaim(std::shared_ptr<core::StreamManager<ResourceClaim>>
claim_manager);
explicit ResourceClaim(const std::string path,
std::shared_ptr<core::StreamManager<ResourceClaim>> claim_manager, bool deleted
= false);
+
Review comment:
Yes, it is uninteded. Will fix that.
----------------------------------------------------------------
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