Rename exception variable name

See gh-39518
This commit is contained in:
dev-chpark 2024-02-12 16:25:16 +09:00 committed by Moritz Halbritter
parent 09eb6a7dac
commit c1df48f969

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;