Skip to content

Commit

Permalink
Fix dead link in OrderImports
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Oct 15, 2024
1 parent f9b638d commit e88596e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public String getDisplayName() {

@Override
public String getDescription() {
return "Groups and orders import statements. If a [style has been defined](https://docs.openrewrite.org/concepts-explanations/styles), this recipe will order the imports " +
return "Groups and orders import statements. If a [style has been defined](https://docs.openrewrite.org/concepts-and-explanations/styles), this recipe will order the imports " +
"according to that style. If no style is detected, this recipe will default to ordering imports in " +
"the same way that IntelliJ IDEA does.";
}
Expand Down

0 comments on commit e88596e

Please sign in to comment.