lordgamez commented on code in PR #1485:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1485#discussion_r1098470947
##########
libminifi/include/core/repository/FileSystemRepository.h:
##########
@@ -22,39 +22,31 @@
#include <string>
#include <utility>
-#include "core/Core.h"
#include "../ContentRepository.h"
#include "properties/Configure.h"
#include "core/logging/LoggerFactory.h"
namespace org::apache::nifi::minifi::core::repository {
-/**
- * FileSystemRepository is a content repository that stores data onto the
local file system.
- */
Review Comment:
It's true that it is not obvious from the class name, but the definition of
the class states that it is inherited from the `ContentRepository` which I
think makes it clear that it is a content repository, so I don't think this
comment is 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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]