Skip to content

Commit e3574fc

Browse files
authored
Apply suggestions from code review
1 parent 9cfb45c commit e3574fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/openrewrite/java/migrate/ArrayStoreExceptionToTypeNotPresentException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public String getDisplayName() {
3636

3737
@Override
3838
public String getDescription() {
39-
return "This recipe replaces catch blocks for ArrayStoreException around getAnnotation() with TypeNotPresentException to ensure compatibility with Java 11+.";
39+
return "Replace catch blocks for `ArrayStoreException` around `getAnnotation()` with `TypeNotPresentException` to ensure compatibility with Java 11+.";
4040
}
4141

4242
@Override

0 commit comments

Comments
 (0)