Skip to content

Commit a62d4e6

Browse files
committed
Merge branch '3.2.x'
Closes gh-39520
2 parents 9fe36f2 + 81bfadb commit a62d4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/ansi/AnsiPropertySource.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ AnsiElement getElement(String postfix) {
150150
try {
151151
return this.factory.apply(Integer.parseInt(postfix));
152152
}
153-
catch (IllegalArgumentException ex) {
153+
catch (IllegalArgumentException ignored) {
154154
}
155155
}
156156
return null;

0 commit comments

Comments
 (0)