Skip to content

Commit c669008

Browse files
committed
🐛 change codemod name to better match the codemod
I put the correct Sonar identifier in the name but forgot to change the human readable bit to match
1 parent 591af6f commit c669008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-codemods/src/main/java/io/codemodder/codemods/RemoveUnusedImportCodemod.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import javax.inject.Inject;
1919

2020
@Codemod(
21-
id = "sonar:java/remove-redundant-variable-creation-s1128",
21+
id = "sonar:java/remove-unused-import-s1128",
2222
reviewGuidance = ReviewGuidance.MERGE_WITHOUT_REVIEW,
2323
importance = Importance.LOW,
2424
executionPriority = CodemodExecutionPriority.HIGH)

0 commit comments

Comments
 (0)