Merge pull request #39518 from xpmxf4
* pr/39518: Rename exception variable name Closes gh-39518
This commit is contained in:
commit
831a98c83c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue