Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Jareš <pavel.jares@broadcom.com>
  • Loading branch information
pj892031 committed Sep 25, 2023
1 parent 0531ec2 commit 4943af8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public class ServiceAuthenticationServiceImpl implements ServiceAuthenticationSe

@PostConstruct
public void afterPropertiesSet() {
meAsProxy = applicationContext.getBean(ServiceAuthenticationService.class);
meAsProxy = applicationContext.getBean(ServiceAuthenticationServiceImpl.class);
}


Expand Down

0 comments on commit 4943af8

Please sign in to comment.