Skip to content

Commit

Permalink
Review corrections for #2278
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed Feb 16, 2024
1 parent f87c5a7 commit 5fbff3f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -674,9 +674,7 @@ protected void doConfigure() {
boolean setRoot = false;
for (final Node child : rootNode.getChildren()) {
if ("Properties".equalsIgnoreCase(child.getName())) {
if (tempLookup == runtimeStrSubstitutor.getVariableResolver()) {
LOGGER.error("Properties declaration must be the first element in the configuration");
}
// We already used this node
continue;
}
createConfiguration(child, null);
Expand Down

0 comments on commit 5fbff3f

Please sign in to comment.