Showing
1 changed file
with
0 additions
and
3 deletions
... | @@ -10,10 +10,7 @@ import java.util.List; | ... | @@ -10,10 +10,7 @@ import java.util.List; |
10 | 10 | ||
11 | @Stateless | 11 | @Stateless |
12 | public class AccountServiceDefault implements AccountService { | 12 | public class AccountServiceDefault implements AccountService { |
13 | - @Inject | ||
14 | AccountRepository accountRepository; | 13 | AccountRepository accountRepository; |
15 | - | ||
16 | - @Inject | ||
17 | AccountSearchRepository accountSearchRepository; | 14 | AccountSearchRepository accountSearchRepository; |
18 | 15 | ||
19 | /** | 16 | /** | ... | ... |
-
Please register or login to post a comment