Skip to content

Commit ff2addb

Browse files
committed
Fix checkstyle
1 parent 91c801d commit ff2addb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-boot/src/main/java/org/springframework/boot/LoggedExceptionHandler.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ private boolean isPassedToParent(Throwable ex) {
7272
/**
7373
* Check if the exception is a log configuration message, i.e. the log call might not
7474
* have actually output anything.
75+
* @param ex the source exception
76+
* @return {@code true} if the exception contains a log configuration message
7577
*/
7678
private boolean isLogConfigurationMessage(Throwable ex) {
7779
String message = ex.getMessage();

0 commit comments

Comments
 (0)