Skip to content

Commit be21832

Browse files
Add description for the class LoggingDateFormatCondition #359 (#372)
Co-authored-by: Ravi Gupta <[email protected]>
1 parent 84d9f71 commit be21832

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)