Skip to content

Commit

Permalink
fixed seam error
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriyz committed Feb 22, 2016
1 parent 3ee5cef commit 511090f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -47,7 +47,7 @@ public class AuthorizationGrantList implements IAuthorizationGrantList {
final UserService userService;
final ClientService clientService;

private AuthorizationGrantList() {
public AuthorizationGrantList() {
grantServive = GrantService.instance();
userService = (UserService) Component.getInstance(UserService.class);
clientService = (ClientService) Component.getInstance(ClientService.class);
Expand Down

0 comments on commit 511090f

Please sign in to comment.