Skip to content

Commit

Permalink
Remove dup bean definition from child object
Browse files Browse the repository at this point in the history
  • Loading branch information
amontenegro committed Oct 31, 2024
1 parent 76fcc8c commit f15956c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@ public class ManageProfileController extends BaseWorkspaceController {
@Resource
private GivenPermissionToManager givenPermissionToManager;

@Resource(name = "emailManagerReadOnlyV3")
private EmailManagerReadOnly emailManagerReadOnly;

@Resource(name = "profileEmailDomainManagerReadOnly")
private ProfileEmailDomainManagerReadOnly profileEmailDomainManagerReadOnly;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,6 @@ public void testEmptyEmailSource() {

}


protected Authentication getAuthentication(String orcid) {
List<OrcidWebRole> roles = Arrays.asList(OrcidWebRole.ROLE_USER);
OrcidProfileUserDetails details = new OrcidProfileUserDetails(orcid, "[email protected]", null, roles);
Expand Down

0 comments on commit f15956c

Please sign in to comment.