Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -10,7 +10,7 @@ import java.util.Random; | ... | @@ -10,7 +10,7 @@ import java.util.Random; |
10 | import java.util.Vector; | 10 | import java.util.Vector; |
11 | 11 | ||
12 | /** | 12 | /** |
13 | - * Implémentation du service partagé | 13 | + * SharedService implementation |
14 | */ | 14 | */ |
15 | @Stateless | 15 | @Stateless |
16 | public class SharedServiceDefault implements SharedService { | 16 | public class SharedServiceDefault implements SharedService { |
... | @@ -23,7 +23,7 @@ public class SharedServiceDefault implements SharedService { | ... | @@ -23,7 +23,7 @@ public class SharedServiceDefault implements SharedService { |
23 | private List<DisplayNameMask> allDisplayNameMasks; | 23 | private List<DisplayNameMask> allDisplayNameMasks; |
24 | 24 | ||
25 | /** | 25 | /** |
26 | - * Utilise les dépôts partagés et le service correspondant aux comptes | 26 | + * Uses shared repositories for country and related to account and also AccountService |
27 | * | 27 | * |
28 | * @param countryRepository | 28 | * @param countryRepository |
29 | * @param accountRoleRepository | 29 | * @param accountRoleRepository | ... | ... |
-
Please register or login to post a comment