Skip to content

Commit d2a31af

Browse files
author
bhavanapidapa
committed
Updated the display name
1 parent 8471357 commit d2a31af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
public class ArrayStoreExceptionToTypeNotPresentException extends Recipe {
1717
@Override
1818
public String getDisplayName() {
19-
return "Handle TypeNotPresentException instead of ArrayStoreException";
19+
return "ArrayStoreExceptionToTypeNotPresentException";
2020
}
2121

2222
@Override
2323
public String getDescription() {
24-
return "This recipe replaces catch blocks for ArrayStoreException around getAnnotation() with TypeNotPresentException or both exceptions, to ensure compatibility with Java 11+.";
24+
return "This recipe replaces catch blocks for ArrayStoreException around getAnnotation() with TypeNotPresentException to ensure compatibility with Java 11+.";
2525
}
2626

2727
@Override

0 commit comments

Comments
 (0)