Skip to content

Commit 428a50f

Browse files
committed
Add description for the class LoggingDateFormatCondition spring-projects-experimental#359
1 parent 9f2a39e commit 428a50f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/sbm-recipes-boot-upgrade/src/main/java/org/springframework/sbm/boot/upgrade_27_30/conditions/LoggingDateFormatCondition.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class LoggingDateFormatCondition implements Condition {
2626

2727
@Override
2828
public String getDescription() {
29-
return null;
29+
return "Check if 'logging.pattern.dateformat' is declared.";
3030
}
3131

3232
@Override

0 commit comments

Comments
 (0)