Github user phrocker commented on a diff in the pull request:

    https://github.com/apache/nifi-minifi-cpp/pull/62#discussion_r103955690
  
    --- Diff: libminifi/include/Connection.h ---
    @@ -84,6 +84,10 @@ class Connection
                else
                        return false;
        }
    +   //! Get UUID Str
    +   std::string getUUIDStr() {
    --- End diff --
    
    We've (informally agreed ) with the google's code style per the E-mails on 
the mailing list. I'll do my best to give some pointers here. should be
    std::string getUUIDStr() const 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to