Skip to content

Commit 3b72ea0

Browse files
amishra-utimtebeek
andauthored
Update
Co-authored-by: Tim te Beek <[email protected]>
1 parent 914da2f commit 3b72ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/openrewrite/java/migrate/joda/JodaTimeRecipe.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
public class JodaTimeRecipe extends ScanningRecipe<JodaTimeRecipe.Accumulator> {
2828
@Override
2929
public String getDisplayName() {
30-
return "Migrate joda time to java time";
30+
return "Migrate Joda-Time to Java time";
3131
}
3232

3333
@Override

0 commit comments

Comments
 (0)