Skip to content

Commit b6be468

Browse files
committed
Description on AboutJavaVersion
1 parent 95a6c1d commit b6be468

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/main/java/org/openrewrite/java/migrate/search/AboutJavaVersion.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,13 @@ public class AboutJavaVersion extends Recipe {
4949

5050
@Override
5151
public String getDisplayName() {
52-
return "List calculated information about Java version on source files";
52+
return "Find which Java version is in use";
5353
}
5454

5555
@Override
5656
public String getDescription() {
57-
return "A diagnostic for studying the applicability of Java version constraints.";
57+
return "A diagnostic for studying the distribution of Java language version levels " +
58+
"(both source and target compatibility across files and source sets).";
5859
}
5960

6061
@Override

0 commit comments

Comments
 (0)