Showing
1 changed file
with
4 additions
and
4 deletions
... | @@ -10,8 +10,8 @@ import java.io.Serializable; | ... | @@ -10,8 +10,8 @@ import java.io.Serializable; |
10 | import java.util.List; | 10 | import java.util.List; |
11 | 11 | ||
12 | /** | 12 | /** |
13 | - * Vue de listCountries.xhtml | 13 | + * listCountries.xhtml's view |
14 | - * Alimente l'affichage de l'ensemble des pays. | 14 | + * Provides country list for display |
15 | */ | 15 | */ |
16 | @Named | 16 | @Named |
17 | @RequestScoped | 17 | @RequestScoped |
... | @@ -26,7 +26,7 @@ public class ListCountriesView implements Serializable { | ... | @@ -26,7 +26,7 @@ public class ListCountriesView implements Serializable { |
26 | } | 26 | } |
27 | 27 | ||
28 | /** | 28 | /** |
29 | - * Utilise le service partagé. | 29 | + * Uses SharedService to get countries |
30 | * | 30 | * |
31 | * @param sharedService | 31 | * @param sharedService |
32 | */ | 32 | */ |
... | @@ -36,7 +36,7 @@ public class ListCountriesView implements Serializable { | ... | @@ -36,7 +36,7 @@ public class ListCountriesView implements Serializable { |
36 | } | 36 | } |
37 | 37 | ||
38 | /** | 38 | /** |
39 | - * Charge la liste des pays. | 39 | + * Loads the Country List |
40 | */ | 40 | */ |
41 | @PostConstruct | 41 | @PostConstruct |
42 | public void init() { | 42 | public void init() { | ... | ... |
-
Please register or login to post a comment