Skip to content

Commit be7e3b6

Browse files
committed
Add description to Condition
1 parent 2ff1e26 commit be7e3b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/sbm-support-boot/src/main/java/org/springframework/sbm/boot/common/conditions/IsSpringBootProject.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public void setVersionPattern(String versionPattern) {
3636

3737
@Override
3838
public String getDescription() {
39-
return null;
39+
return "Checks if scanned project is Spring Boot project";
4040
}
4141

4242
@Override

0 commit comments

Comments
 (0)