Skip to content

Commit 4c49736

Browse files
committed
Description on AboutJavaVersion
1 parent b6be468 commit 4c49736

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/org/openrewrite/java/migrate/table/JavaVersionPerFile.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public JavaVersionPerFile(Recipe recipe) {
2424
super(
2525
recipe,
2626
"Use of Java versions by file",
27-
"Java version information, including the JDK release that was used."
27+
"A per-file view of Java version in use."
2828
);
2929
}
3030
}

src/main/java/org/openrewrite/java/migrate/table/JavaVersionPerSourceSet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public JavaVersionPerSourceSet(Recipe recipe) {
2424
super(
2525
recipe,
2626
"Use of Java versions by source set",
27-
"Java version information, including the JDK release that was used."
27+
"A per-source set view of Java version in use."
2828
);
2929
}
3030
}

0 commit comments

Comments
 (0)