You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-data-eclipse-store-migration/src/main/java/software/xdev/spring/data/eclipse/store/AddPropertyIfClassExists.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -72,13 +72,13 @@ public class AddPropertyIfClassExists extends Recipe
72
72
@Override
73
73
public@NotNullStringgetDisplayName()
74
74
{
75
-
return"AddValueToAnnotationIfDependencyExists";
75
+
return"AddPropertyIfClassExists";
76
76
}
77
77
78
78
@Override
79
79
public@NotNullStringgetDescription()
80
80
{
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.";
0 commit comments