adam-markovics commented on a change in pull request #1042:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1042#discussion_r620064134



##########
File path: libminifi/include/core/Processor.h
##########
@@ -251,6 +252,10 @@ class Processor : public Connectable, public 
ConfigurableComponent, public std::
 
   std::shared_ptr<Connectable> pickIncomingConnection() override;
 
+  virtual void validateAnnotations() const;

Review comment:
       It's possible for specific processors to override this method. But 
because it's not done yet, I will remove this virtual specifier from here, it 
could be reintroduced later if needed.




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