fgerlits commented on a change in pull request #1165:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1165#discussion_r731658260
##########
File path: libminifi/include/controllers/UpdatePolicyControllerService.h
##########
@@ -78,9 +75,9 @@ class UpdatePolicyControllerService : public
core::controller::ControllerService
}
private:
- bool persist_updates_;
- std::unique_ptr<state::UpdatePolicy> policy_;
- std::shared_ptr<logging::Logger> logger_;
+ bool persist_updates_ = false;
+ std::unique_ptr<state::UpdatePolicy> policy_ =
std::make_unique<state::UpdatePolicy(false);
Review comment:
missing `>`
--
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]