Skip to content

Commit

Permalink
[DSC-1487] fixed component name for ItemSubmitterLinkRepository
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaKr1vonosov committed Oct 2, 2024
1 parent bfc0a9b commit 0e06a91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
/**
* Link repository for "submitter" subresource of an item.
*/
@Component(ItemRest.CATEGORY + "." + ItemRest.PLURAL_NAME + "." + ItemRest.SUBMITTER)
@Component(ItemRest.CATEGORY + "." + ItemRest.NAME + "." + ItemRest.SUBMITTER)
public class ItemSubmitterLinkRepository extends AbstractDSpaceRestRepository
implements LinkRestRepository {

Expand Down

0 comments on commit 0e06a91

Please sign in to comment.