Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -9,10 +9,10 @@ import java.util.List; | ... | @@ -9,10 +9,10 @@ import java.util.List; |
9 | import java.util.Random; | 9 | import java.util.Random; |
10 | import java.util.Vector; | 10 | import java.util.Vector; |
11 | 11 | ||
12 | -@Stateless | ||
13 | /** | 12 | /** |
14 | * Implémentation du service partagé | 13 | * Implémentation du service partagé |
15 | */ | 14 | */ |
15 | +@Stateless | ||
16 | public class SharedServiceDefault implements SharedService { | 16 | public class SharedServiceDefault implements SharedService { |
17 | 17 | ||
18 | CountryRepository countryRepository; | 18 | CountryRepository countryRepository; | ... | ... |
-
Please register or login to post a comment