lordgamez commented on a change in pull request #1062:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1062#discussion_r620953658



##########
File path: libminifi/include/RemoteProcessorGroupPort.h
##########
@@ -81,7 +81,7 @@ class RemoteProcessorGroupPort : public core::Processor {
   /*!
    * Create a new processor
    */
-  RemoteProcessorGroupPort(const std::shared_ptr<io::StreamFactory> 
&stream_factory, std::string name, std::string url, const 
std::shared_ptr<Configure> &configure, utils::Identifier uuid = 
utils::Identifier()) // NOLINT
+  RemoteProcessorGroupPort(const std::shared_ptr<io::StreamFactory> 
&stream_factory, const std::string& name, std::string url, const 
std::shared_ptr<Configure> &configure, const utils::Identifier& uuid = {}) // 
NOLINT

Review comment:
       Fixed in a8574d103f96566edec377a0d7e1447e33ef14b9

##########
File path: libminifi/include/core/Core.h
##########
@@ -148,7 +148,7 @@ class CoreComponent {
    * Constructor that sets the name and uuid.
    */
 
-  explicit CoreComponent(const std::string &name, const utils::Identifier& 
uuid = {}, const std::shared_ptr<utils::IdGenerator>& idGenerator = 
utils::IdGenerator::getIdGenerator())
+  explicit CoreComponent(const std::string &name, const utils::Identifier 
&uuid = {}, const std::shared_ptr<utils::IdGenerator>& idGenerator = 
utils::IdGenerator::getIdGenerator())

Review comment:
       Fixed in a8574d103f96566edec377a0d7e1447e33ef14b9




-- 
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]


Reply via email to