adamdebreceni commented on a change in pull request #887:
URL: https://github.com/apache/nifi-minifi-cpp/pull/887#discussion_r481937541
##########
File path: libminifi/include/core/repository/VolatileContentRepository.h
##########
@@ -41,7 +43,11 @@ namespace repository {
* Purpose: Stages content into a volatile area of memory. Note that when
the maximum number
* of entries is consumed we will rollback a session to wait for others to be
freed.
*/
-class VolatileContentRepository : public core::ContentRepository, public
virtual
core::repository::VolatileRepository<std::shared_ptr<minifi::ResourceClaim>> {
+class VolatileContentRepository :
+ public core::ContentRepository,
+ public
core::repository::VolatileRepository<std::shared_ptr<minifi::ResourceClaim>>,
Review comment:
I'm not sure why it was there in the first place, no class extends
`VolatileContentRepository`
----------------------------------------------------------------
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]