Jean-Francois Leveque

Commentaire pour IDEA

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