Skip to content

Commit

Permalink
Merge pull request #2272 from magnmaeh/fix-dict-validation-bug
Browse files Browse the repository at this point in the history
Fix for validation of target properties dictionaries
  • Loading branch information
lhstrh authored May 1, 2024
2 parents e4c202f + 08adea2 commit 52fa4fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ public boolean check(Element e, String name, MessageReporter v) {
+ keysList());
valid = false;
}
return valid;
}
return valid;
}
return false;
}
Expand Down

0 comments on commit 52fa4fd

Please sign in to comment.