Skip to content

Commit

Permalink
Update display name and description to match application
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Jun 20, 2024
1 parent 89724fd commit 5341c13
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
public class JMockitAnnotatedArgumentToMockito extends Recipe {
@Override
public String getDisplayName() {
return "Rewrite JMockit `@Mocked` and `@Injectable` variables";
return "Convert JMockit `@Mocked` and `@Injectable` annotated arguments";
}

@Override
public String getDescription() {
return "Rewrites JMockit `@Mocked` and `@Injectable` variable to Mockito statements.";
return "Convert JMockit `@Mocked` and `@Injectable` annotated arguments into Mockito statements.";
}

@Override
Expand Down

0 comments on commit 5341c13

Please sign in to comment.