adamdebreceni commented on a change in pull request #822:
URL: https://github.com/apache/nifi-minifi-cpp/pull/822#discussion_r450873613
##########
File path: libminifi/src/core/Processor.cpp
##########
@@ -101,14 +102,27 @@ void Processor::setScheduledState(ScheduledState state) {
}
bool Processor::addConnection(std::shared_ptr<Connectable> conn) {
- bool ret = false;
+ enum class DidSet{
Review comment:
interesting because I recall that I first called it "SetAs" but the
commit history doesn't confirm this, will make the change
----------------------------------------------------------------
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]