Skip to content

Commit

Permalink
Shorter display name
Browse files Browse the repository at this point in the history
  • Loading branch information
jkschneider committed Mar 14, 2023
1 parent 4c49736 commit ab9d44d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class JavaVersionPerFile extends DataTable<JavaVersionRow> {
public JavaVersionPerFile(Recipe recipe) {
super(
recipe,
"Use of Java versions by file",
"Java versions by file",
"A per-file view of Java version in use."
);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class JavaVersionPerSourceSet extends DataTable<JavaVersionRow> {
public JavaVersionPerSourceSet(Recipe recipe) {
super(
recipe,
"Use of Java versions by source set",
"Java versions by source set",
"A per-source set view of Java version in use."
);
}
Expand Down

0 comments on commit ab9d44d

Please sign in to comment.