Skip to content

Commit

Permalink
[DSC-1848] Fixes EditItemLinkRestRepository component definition name
Browse files Browse the repository at this point in the history
  • Loading branch information
vins01-4science committed Oct 14, 2024
1 parent 0ec6218 commit a3a2e9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*
* @author Vincenzo Mecca (vins01-4science - vincenzo.mecca at 4science.com)
**/
@Component(EditItemRest.CATEGORY + "." + EditItemRest.NAME + "." + EditItemRest.COLLECTION)
@Component(EditItemRest.CATEGORY + "." + EditItemRest.NAME_PLURAL + "." + EditItemRest.COLLECTION)
public class EditItemCollectionLinkRestRepository extends AbstractEditItemLinkRestRepository
implements LinkRestRepository {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*
* @author Vincenzo Mecca (vins01-4science - vincenzo.mecca at 4science.com)
**/
@Component(EditItemRest.CATEGORY + "." + EditItemRest.NAME + "." + EditItemRest.ITEM)
@Component(EditItemRest.CATEGORY + "." + EditItemRest.NAME_PLURAL + "." + EditItemRest.ITEM)
public class EditItemItemLinkRestRepository extends AbstractEditItemLinkRestRepository implements LinkRestRepository {

/**
Expand Down

0 comments on commit a3a2e9e

Please sign in to comment.