Skip to content

Commit

Permalink
NAS-2874 Increment loaded TLD counter
Browse files Browse the repository at this point in the history
  • Loading branch information
Clara Wiatrowski committed Jan 20, 2022
1 parent 520e4de commit 9ce76c4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ protected static void readTldsFromPublicSuffixFile(List<String> tldList, List<St
}
tldList.add(tld);
quotedTldList.add(Pattern.quote(tld));
count++;
}
}
log.info("Read {} TLDs from public suffix file", count);
Expand Down

0 comments on commit 9ce76c4

Please sign in to comment.