Jean-Francois Leveque

Commentaire pour IDEA

...@@ -28,7 +28,7 @@ public class ListCountriesView implements Serializable { ...@@ -28,7 +28,7 @@ public class ListCountriesView implements Serializable {
28 /** 28 /**
29 * Uses SharedService to get countries 29 * Uses SharedService to get countries
30 * 30 *
31 - * @param sharedService 31 + * @param sharedService injected SharedService
32 */ 32 */
33 @Inject 33 @Inject
34 public ListCountriesView(SharedService sharedService) { 34 public ListCountriesView(SharedService sharedService) {
......