Merge branch '3.1.x' into 3.2.x

Closes gh-39519
This commit is contained in:
Moritz Halbritter 2024-02-12 08:42:01 +01:00
commit 81bfadb3ab
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;