You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2021/10/19 09:14:37 UTC

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #1165: MINIFICPP-1634 remove namespace aliases from Core.h

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: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org