Skip to content

Commit

Permalink
Merge pull request #509 from utkarsh-agr/main
Browse files Browse the repository at this point in the history
Fixed #446
  • Loading branch information
turkeylurkey authored Nov 14, 2024
2 parents 10887f9 + 96e0abf commit ab60bdc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class RemoveMapKeyAnnotationsQuickFix extends RemoveAnnotationConflictQui
* Constructor.
*/
public RemoveMapKeyAnnotationsQuickFix() {
super(false, "jakarta.persistence.annotation.MapKeyClass", "jakarta.persistence.annotation.MapKey");
super(false, "jakarta.persistence.MapKeyClass", "jakarta.persistence.MapKey");
}

/**
Expand Down

0 comments on commit ab60bdc

Please sign in to comment.