Merge branch '3.2.x'
Closes gh-39520
This commit is contained in:
@@ -150,7 +150,7 @@ public class AnsiPropertySource extends PropertySource<AnsiElement> {
|
|||||||
try {
|
try {
|
||||||
return this.factory.apply(Integer.parseInt(postfix));
|
return this.factory.apply(Integer.parseInt(postfix));
|
||||||
}
|
}
|
||||||
catch (IllegalArgumentException ex) {
|
catch (IllegalArgumentException ignored) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
Reference in New Issue
Block a user