adam-markovics commented on code in PR #1328:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1328#discussion_r924437352


##########
libminifi/include/core/RepositoryFactory.h:
##########
@@ -49,10 +45,14 @@ std::unique_ptr<core::Repository> createRepository(const 
std::string& configurat
  */
 std::unique_ptr<core::ContentRepository> createContentRepository(const 
std::string& configuration_class_name, bool fail_safe = false, const 
std::string& repo_name = "");
 
-}  // namespace core
-}  // namespace minifi
-}  // namespace nifi
-}  // namespace apache
-}  // namespace org
+/**
+ * Create a threaded repository represented by the configuration class name
+ * @param configuration_class_name configuration class name
+ * @param fail_safe determines whether or not to make the default class if 
configuration_class_name is invalid
+ * @param repo_name name of the repository
+ */
+std::unique_ptr<core::ThreadedRepository> createThreadedRepository(const 
std::string& configuration_class_name, const std::string& repo_name = "");

Review Comment:
   They are merged now.



-- 
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: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to