We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d355e8 commit a5141f5Copy full SHA for a5141f5
libminifi/include/properties/Properties.h
@@ -126,7 +126,7 @@ class PropertiesImpl : public virtual Properties {
126
127
private:
128
std::filesystem::path extra_properties_files_dir_name() const;
129
- void setPropertiesFromFile(const std::filesystem::path& configuration_file, std::string_view prefix);
+ void setPropertiesFromFile(const std::filesystem::path& properties_file, std::string_view prefix);
130
131
std::map<std::string, PropertyValue> properties_;
132
bool dirty_{false};
0 commit comments