Skip to content

Commit bbaad19

Browse files
Update AddPropertyIfClassExists.java
1 parent 502c071 commit bbaad19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ public class AddPropertyIfClassExists extends Recipe
7272
@Override
7373
public @NotNull String getDisplayName()
7474
{
75-
return "AddValueToAnnotationIfDependencyExists";
75+
return "AddPropertyIfClassExists";
7676
}
7777

7878
@Override
7979
public @NotNull String getDescription()
8080
{
81-
return "::::TODO:::Add the a new annotation to an existing annotation.";
81+
return "Add a property to the properties file if a specific class exists.";
8282
}
8383

8484
@Override

0 commit comments

Comments
 (0)