Skip to content

Commit

Permalink
[DSC-1827] Fixes DSpaceRestRepositoryLanguageIT
Browse files Browse the repository at this point in the history
  • Loading branch information
vins01-4science committed Oct 4, 2024
1 parent 3a80600 commit 3910a60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
/**
* @author Vincenzo Mecca (vins01-4science - vincenzo.mecca at 4science.com)
**/
@Component(EditItemRest.CATEGORY + "." + EditItemRest.NAME_PLURAL + "." + EditItemRest.ITEM)
@Component(EditItemRest.CATEGORY + "." + EditItemRest.NAME + "." + EditItemRest.ITEM)
public class EditItemItemLinkRestRepository extends AbstractDSpaceRestRepository implements LinkRestRepository {

private static final Logger log = LoggerFactory.getLogger(EditItemItemLinkRestRepository.class);
Expand Down

0 comments on commit 3910a60

Please sign in to comment.