Skip to content

Commit

Permalink
Update etor/src/main/java/gov/hhs/cdc/trustedintermediary/etor/ruleen…
Browse files Browse the repository at this point in the history
…gine/validation/ValidationRuleEngine.java

Co-authored-by: halprin <[email protected]>
  • Loading branch information
luis-pabon-tf and halprin authored Aug 8, 2024
1 parent 9444a77 commit a71dcb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public void unloadRules() {
public void ensureRulesLoaded() throws RuleLoaderException {
if (!rulesLoaded) {
synchronized (rules) {
if (rules.isEmpty()) {
if (!rulesLoaded) {
InputStream resourceStream =
getClass()
.getClassLoader()
Expand Down

0 comments on commit a71dcb7

Please sign in to comment.