Skip to content

Commit c78c521

Browse files
Fix for Checkstyle
1 parent 2ed1a48 commit c78c521

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-data-eclipse-store-migration/src/main/java/software/xdev/spring/data/eclipse/store/AddSpringPropertyIfClassExists.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
public class AddSpringPropertyIfClassExists extends Recipe
4141
{
4242
@Option(displayName = "Class that must exist in the classpath to add the property",
43-
description = "Name of the class that must exist in the classpath to execute the recipe to add a property in the properties file.",
43+
description = "Name of the class that must exist in the classpath to execute the "
44+
+ "recipe to add a property in the properties file.",
4445
example = "software.xdev")
4546
private String className;
4647

0 commit comments

Comments
 (0)