Skip to content

Commit

Permalink
CLDR-17304 expand logKnownIssues to quell remaining SEVERE errors
Browse files Browse the repository at this point in the history
- fix typo in comment per review comment
  • Loading branch information
srl295 committed Feb 23, 2024
1 parent 4fbbb77 commit a7b6e6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ public java.util.logging.Level pushCheckLevel() {
return oldLevel;
}

/** undo the effect of a popCheckLevel */
/** undo the effect of a pushCheckLevel */
public void popCheckLevel(java.util.logging.Level oldLevel) {
if (oldLevel != null) {
CheckCLDR.setLoggerLevel(oldLevel);
Expand Down

0 comments on commit a7b6e6d

Please sign in to comment.