Skip to content

Commit

Permalink
Merge pull request #65 from openrewrite/feat-first-phase-ai-code-search
Browse files Browse the repository at this point in the history
changing description of recipe
  • Loading branch information
justine-gehring authored Apr 19, 2024
2 parents fae5605 + d4e3e10 commit b0c5f71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public String getDisplayName() {

@Override
public String getDescription() {
return "This recipe uses a hybrid rules-based and AI approach to find a method invocation" +
return "This recipe uses two phase AI approach to find a method invocation" +
" that resembles a search string.";
}
public class MethodSignatureWithDistance{
Expand Down

0 comments on commit b0c5f71

Please sign in to comment.