Author: jruchaud Date: 2010-02-09 17:20:38 +0100 (Tue, 09 Feb 2010) New Revision: 2867 Modified: trunk/pollen-votecounting/src/main/java/org/chorem/pollen/votecounting/services/ServiceExport.java Log: Javadoc Modified: trunk/pollen-votecounting/src/main/java/org/chorem/pollen/votecounting/services/ServiceExport.java =================================================================== --- trunk/pollen-votecounting/src/main/java/org/chorem/pollen/votecounting/services/ServiceExport.java 2010-02-09 16:19:21 UTC (rev 2866) +++ trunk/pollen-votecounting/src/main/java/org/chorem/pollen/votecounting/services/ServiceExport.java 2010-02-09 16:20:38 UTC (rev 2867) @@ -50,6 +50,7 @@ * Import d'un sondage et de ses résultats à partir d'un fichier XML. * * @param filePath chemin du fichier à importer. + * @return le sondage importé */ public PollExportDTO executeImport(String filePath); }