martinzink commented on code in PR #1458: URL: https://github.com/apache/nifi-minifi-cpp/pull/1458#discussion_r1050869812
########## libminifi/include/FlowController.h: ########## @@ -225,11 +225,11 @@ class FlowController : public core::controller::ForwardingControllerServiceProvi // Whether it has already been initialized (load the flow XML already) std::atomic<bool> initialized_; // Flow Timer Scheduler Review Comment: There are a lot of useless comments in FlowController.h and FlowController.cpp like this, could you please remove these while you are at it? :pleading_face: -- 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]
