Merge pull request #39518 from xpmxf4

* pr/39518:
  Rename exception variable name

Closes gh-39518
This commit is contained in:
Moritz Halbritter 2024-02-12 08:41:47 +01:00
commit 831a98c83c
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ public class AnsiPropertySource extends PropertySource<AnsiElement> {
try {
return this.factory.apply(Integer.parseInt(postfix));
}
catch (IllegalArgumentException ex) {
catch (IllegalArgumentException ignored) {
}
}
return null;