We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db3dd63 commit 17375dcCopy full SHA for 17375dc
ddsrouter_yaml/src/cpp/YamlReader_configuration.cpp
@@ -91,7 +91,7 @@ bool YamlValidator::validate<ddsrouter::core::SpecsConfiguration>(
91
SPECS_QOS_TAG,
92
DISCOVERY_TRIGGER_TAG};
93
94
- return YamlValidator::validate_tags_(yml, tags);
+ return YamlValidator::validate_tags(yml, tags);
95
}
96
97
template <>
@@ -311,7 +311,7 @@ bool YamlValidator::validate<ddsrouter::core::DdsRouterConfiguration>(
311
TOPICS_TAG,
312
SPECS_TAG};
313
314
315
316
317
0 commit comments