Skip to content

Commit

Permalink
Update AddPropertyIfClassExists.java
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesRabauer committed Feb 6, 2024
1 parent 502c071 commit bbaad19
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ public class AddPropertyIfClassExists extends Recipe
@Override
public @NotNull String getDisplayName()
{
return "AddValueToAnnotationIfDependencyExists";
return "AddPropertyIfClassExists";
}

@Override
public @NotNull String getDescription()
{
return "::::TODO:::Add the a new annotation to an existing annotation.";
return "Add a property to the properties file if a specific class exists.";
}

@Override
Expand Down

0 comments on commit bbaad19

Please sign in to comment.