Jean-Francois Leveque

Valeur inutilisée.

......@@ -29,7 +29,7 @@ public class AddCountryView implements Serializable {
public void add() {
Country country = new Country();
country.setCountryName(countryName);
country = sharedService.addCountry(country);
sharedService.addCountry(country);
countryName = "";
}
......