Skip to content

Commit 0004cb6

Browse files
author
tempate
committed
Rename validate_tags_ to validate_tags
Signed-off-by: tempate <[email protected]>
1 parent 44815b6 commit 0004cb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ddsrouter_yaml/src/cpp/YamlReader_configuration.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ bool YamlValidator::validate<ddsrouter::core::SpecsConfiguration>(
107107
SPECS_QOS_TAG,
108108
DISCOVERY_TRIGGER_TAG};
109109

110-
return YamlValidator::validate_tags_(yml, tags);
110+
return YamlValidator::validate_tags(yml, tags);
111111
}
112112

113113
template <>
@@ -328,7 +328,7 @@ bool YamlValidator::validate<ddsrouter::core::DdsRouterConfiguration>(
328328
TOPICS_TAG,
329329
SPECS_TAG};
330330

331-
return YamlValidator::validate_tags_(yml, tags);
331+
return YamlValidator::validate_tags(yml, tags);
332332
}
333333

334334
template <>

0 commit comments

Comments
 (0)